From e3b3690c9605565fd576e8e16b978446f96a824b Mon Sep 17 00:00:00 2001 From: bernie Date: Wed, 8 Dec 2004 08:04:45 +0000 Subject: [PATCH] Add some macros to document more code. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@295 38d2e660-2303-0410-9eaa-f027e97ec537 --- Doxyfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.25.1