From ac3ca167e99a22cc8530980a7336725ec39f125f Mon Sep 17 00:00:00 2001
From: Casey Corn <cmccad@yahoo.com>
Date: Mon, 26 May 2003 19:16:30 +0000
Subject: [PATCH] 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

---
 doc/Doxyfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/Doxyfile b/doc/Doxyfile
index 15d86b40456..4c2058a5696 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -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. 
-- 
GitLab