summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/cmocka.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/cmocka.h b/include/cmocka.h
index 2980055..154b2a6 100644
--- a/include/cmocka.h
+++ b/include/cmocka.h
@@ -40,10 +40,11 @@ int __stdcall IsDebuggerPresent();
*
* These headers or their equivalents should be included prior to including
* this header file.
- *
+ * @code
* #include <stdarg.h>
* #include <stddef.h>
* #include <setjmp.h>
+ * @endcode
*
* This allows test applications to use custom definitions of C standard
* library functions and types.