aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-10-25 04:01:17 +0000
committerDavid Robillard <d@drobilla.net>2010-10-25 04:01:17 +0000
commite45e55acbfc5e3675380fe05a2b26425d6015df9 (patch)
treeda73db8b4dd5b4e6097c34117309effa4b252110 /Doxyfile
parent8b4982def7eef9ba63ef1b640ebc93ee33248c86 (diff)
downloadlv2-e45e55acbfc5e3675380fe05a2b26425d6015df9.tar.xz
Document static definitions.
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 2d320c7..b151692 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -307,7 +307,7 @@ EXTRACT_PRIVATE = YES
# 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.