Define dummy FORMAT() and PGM_FUNC() macros to help Doxygen's parser.
authorbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 5 Aug 2004 18:47:32 +0000 (18:47 +0000)
committerbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 5 Aug 2004 18:47:32 +0000 (18:47 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@117 38d2e660-2303-0410-9eaa-f027e97ec537

Doxyfile
Doxyfile_cxx

index 4a73f0936c2175581d8c1b03403c6484d4ca143b..427916f3840de7557330e699632b00749a081008 100755 (executable)
--- a/Doxyfile
+++ b/Doxyfile
@@ -968,7 +968,7 @@ INCLUDE_FILE_PATTERNS  =
 # or name=definition (no spaces). If the definition and the = are 
 # omitted =1 is assumed.
 
-PREDEFINED             = __linux__ __unix__
+PREDEFINED             = __linux__ __unix__ FORMAT(x,y,z)= PGM_FUNC(x)=x
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 
 # this tag can be used to specify a list of macro names that should be expanded. 
index 222af1405c8a7d2bece275c752c6a964b2592056..242cfa6d94856337601f7a6dfec8bc05116ee0c5 100755 (executable)
@@ -968,7 +968,7 @@ INCLUDE_FILE_PATTERNS  =
 # or name=definition (no spaces). If the definition and the = are 
 # omitted =1 is assumed.
 
-PREDEFINED             = __linux__ __unix__
+PREDEFINED             = __linux__ __unix__ FORMAT(x,y,z)= PGM_FUNC(x)=x
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 
 # this tag can be used to specify a list of macro names that should be expanded.