diff --git a/examples/Disassemble.c b/examples/Disassemble.c index 879d8f3e..8ba34e20 100644 --- a/examples/Disassemble.c +++ b/examples/Disassemble.c @@ -24,6 +24,14 @@ ***************************************************************************************************/ +/** + * @file + * Demonstrates disassembling using the decoder and formatter API. + * + * Compared to the disassemble API, they are a bit more complicated to use, but provide much more + * control about the decoding and formatting process. + */ + #include #include #include