Skip to content

Commit 214536a

Browse files
committed
Examples: add @file comment to Disassemble example
1 parent 9cee79f commit 214536a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/Disassemble.c

+8
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@
2424
2525
***************************************************************************************************/
2626

27+
/**
28+
* @file
29+
* Demonstrates disassembling using the decoder and formatter API.
30+
*
31+
* Compared to the disassemble API, they are a bit more complicated to use, but provide much more
32+
* control about the decoding and formatting process.
33+
*/
34+
2735
#include <stdio.h>
2836
#include <inttypes.h>
2937
#include <Zydis/Zydis.h>

0 commit comments

Comments
 (0)