From 214536a814ba20d2e33d2a907198d1a329aac45c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20H=C3=B6ner?= Date: Sun, 11 Sep 2022 15:31:06 +0200 Subject: [PATCH] Examples: add `@file` comment to `Disassemble` example --- examples/Disassemble.c | 8 ++++++++ 1 file changed, 8 insertions(+) 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