summaryrefslogtreecommitdiffstats
path: root/doxygen
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-09-14 19:41:19 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-09-14 19:45:33 +0200
commit538ce0e3537dd5bc9038d0541f3931769c0a8159 (patch)
treebb28aeab6fad03fa699272873af02b43778db4ad /doxygen
parent34e88897f13a2fe4b570f2493799e5a4b6b5c2e8 (diff)
downloadeurephia-538ce0e3537dd5bc9038d0541f3931769c0a8159.tar.gz
eurephia-538ce0e3537dd5bc9038d0541f3931769c0a8159.tar.xz
eurephia-538ce0e3537dd5bc9038d0541f3931769c0a8159.zip
Doxygen - include static functions and variables as well
Diffstat (limited to 'doxygen')
-rw-r--r--doxygen/Doxygen.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/Doxygen.conf b/doxygen/Doxygen.conf
index f2654c0..ae14c16 100644
--- a/doxygen/Doxygen.conf
+++ b/doxygen/Doxygen.conf
@@ -307,7 +307,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.