Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCasey Corn <cmccad@yahoo.com>2003-05-26 23:16:30 +0400
committerCasey Corn <cmccad@yahoo.com>2003-05-26 23:16:30 +0400
commitac3ca167e99a22cc8530980a7336725ec39f125f (patch)
tree2e7ef2da942dd7fb7664fcfbb480dad3ae6643c0 /doc
parent12af9af58ab997e0d47b328ccdf0098d7cd1fe33 (diff)
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
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile4
1 files 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.