summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-01-30 13:13:30 +0000
committerVincent Sanders <vince@kyllikki.org>2017-01-30 13:13:30 +0000
commite22e25143d985025d9c6d8811784280ee7d9302b (patch)
treebc25bc074f880ebc17a23cbcdc00976814349618
parent38c65283c2303516e792591721ce2091c44231dc (diff)
downloadlibnsgif-e22e25143d985025d9c6d8811784280ee7d9302b.tar.gz
libnsgif-e22e25143d985025d9c6d8811784280ee7d9302b.tar.bz2
make doxygen output contain static functions
-rw-r--r--docs/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index fbbf523..4a30545 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -369,7 +369,7 @@ EXTRACT_PACKAGE = 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.