Turned on the EXTRACT_STATIC flag and added BUILD_DATE to

the PREDEFINED variables.  The generated docs will now show
documented static functions, and show the variables in buildinfo.c
This commit is contained in:
Casey Corn
2003-05-26 19:16:30 +00:00
parent 12af9af58a
commit ac3ca167e9

View File

@@ -57,7 +57,7 @@ EXTRACT_PRIVATE = NO
# If the EXTRACT_STATIC tag is set to YES all static members of a file
# will be included in the documentation.
EXTRACT_STATIC = NO
EXTRACT_STATIC = YES
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
# defined locally in source files will be included in the documentation.
@@ -744,7 +744,7 @@ INCLUDE_FILE_PATTERNS =
# or name=definition (no spaces). If the definition and the = are
# omitted =1 is assumed.
PREDEFINED =
PREDEFINED = BUILD_DATE
# If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.