aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2016-04-24 14:51:51 +0200
committerSylvain Munaut <tnt@246tNt.com>2016-04-25 10:00:23 +0200
commitb52837b969d9bece1f87555da1c893a34b6531b9 (patch)
treed5f52b3d9889b1cb7f4a38cb6ad3cecece4d831c
parent23d198e18d70661b90a908986947c0f5c992b45e (diff)
Doxygen: Don't process static functions/variables
They're not documented anyway and the warnings are annoying Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r--Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index 417fefe..1826776 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -328,7 +328,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 = YES
+EXTRACT_STATIC = NO
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
# defined locally in source files will be included in the documentation.