From: Krzysztof Opasiak Date: Thu, 12 Feb 2015 13:11:37 +0000 (+0100) Subject: cmocka: Surround include info with code endcode X-Git-Tag: cmocka-1.1.1~66 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc6289c4ac8790d79f9ac3a673d227e471041cca;p=platform%2Fupstream%2Fcmocka.git cmocka: Surround include info with code endcode 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 Reviewed-by: Andreas Schneider --- 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 * #include * #include + * @endcode * * This allows test applications to use custom definitions of C standard * library functions and types.