aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2024-03-14 22:12:36 +0100
committerHarald Welte <laforge@osmocom.org>2024-03-15 14:13:32 +0100
commit409ddb74daf124f7aa2295ea9c1d030321962ac5 (patch)
tree1c9844cb7ad1d96b9c7b3350afced8630b636216
parent472354b69325b75225605575e9458c322bfe0e2f (diff)
docs: Don't export documentation about static (internal) functions
The generated API documentation should be relevant to the API user, and hence only non-static/public functions are relevant Change-Id: I6fee052ad22877db85fe3207c7eac950d875873b
-rw-r--r--Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index a7fe3ad..001a085 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.