aboutsummaryrefslogtreecommitdiffstats
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
parent8b4982def7eef9ba63ef1b640ebc93ee33248c86 (diff)
downloadlv2-e45e55acbfc5e3675380fe05a2b26425d6015df9.tar.xz
Document static definitions.
-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.
134' href='#n134'>134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169