cmocka: Surround include info with code endcode
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Thu, 12 Feb 2015 13:11:37 +0000 (14:11 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 12 Feb 2015 18:07:57 +0000 (19:07 +0100)
Doxygen makes list of includes hard to read when
it is not explicitly marked as code. Surround it
with code marks to improve readability.

Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
include/cmocka.h

index 2980055..154b2a6 100644 (file)
@@ -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.