laforge has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-netif/+/36292?usp=email )
Change subject: docs: Don't export documentation about static (internal) functions
......................................................................
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
---
M Doxyfile.in
1 file changed, 13 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/92/36292/1
diff --git a/Doxyfile.in b/Doxyfile.in
index a7fe3ad..001a085 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -328,7 +328,7 @@
# 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.
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-netif/+/36292?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: I6fee052ad22877db85fe3207c7eac950d875873b
Gerrit-Change-Number: 36292
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange