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
This commit is contained in:
Harald Welte 2024-03-14 22:12:36 +01:00
parent 472354b693
commit 409ddb74da
1 changed files with 1 additions and 1 deletions

View File

@ -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.