OSDN Git Service

add predefined macro
authortsutsumi <>
Tue, 9 Sep 2003 13:00:00 +0000 (13:00 +0000)
committertsutsumi <>
Tue, 9 Sep 2003 13:00:00 +0000 (13:00 +0000)
doc/Doxyfile.in

index f260475..76e9246 100644 (file)
@@ -845,7 +845,7 @@ MACRO_EXPANSION        = NO
 # then the macro expansion is limited to the macros specified with the 
 # PREDEFINED and EXPAND_AS_PREDEFINED tags.
 
-EXPAND_ONLY_PREDEF     = NO
+EXPAND_ONLY_PREDEF     = YES
 
 # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files 
 # in the INCLUDE_PATH (see below) will be search if a #include is found.
@@ -871,7 +871,7 @@ INCLUDE_FILE_PATTERNS  =
 # or name=definition (no spaces). If the definition and the = are 
 # omitted =1 is assumed.
 
-PREDEFINED             = 
+PREDEFINED             = __attribute__
 
 # 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.