aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2024-03-15 10:12:25 +0100
committerHarald Welte <laforge@osmocom.org>2024-03-15 14:13:32 +0100
commitccc6c194d5fb4107eaa0224a1ade39c5657f3f68 (patch)
treeeec152f86827d3deb0e89154d0c2f6b6513857dc
parent8963af0f60f62e98587493c0a79ea79fb166686b (diff)
docs: Don't export internal structs declared in src files
-rw-r--r--Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index 001a085..bdd70e3 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -334,7 +334,7 @@ EXTRACT_STATIC = NO
# defined locally in source files will be included in the documentation.
# If set to NO only classes defined in header files are included.
-EXTRACT_LOCAL_CLASSES = YES
+EXTRACT_LOCAL_CLASSES = NO
# This flag is only useful for Objective-C code. When set to YES local
# methods, which are defined in the implementation section but not in