From: bernie Date: Wed, 8 Dec 2004 08:04:45 +0000 (+0000) Subject: Add some macros to document more code. X-Git-Tag: 1.0.0~946 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=e3b3690c9605565fd576e8e16b978446f96a824b;p=bertos.git Add some macros to document more code. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@295 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/Doxyfile b/Doxyfile index adfa0c6e..c1c321c4 100755 --- a/Doxyfile +++ b/Doxyfile @@ -976,8 +976,12 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = __linux__ \ +PREDEFINED = __doxygen__ \ + __linux__ \ __unix__ \ + __GNUC__ \ + __declspec(x) \ + _DEBUG=1 \ FORMAT(x,y,z)= \ PGM_FUNC(x)=x