laforge submitted this change.
docs: Don't export internal structs declared in src files
Change-Id: I5db8ce90c1e1e393195c9a146ba617ab980a9390
---
M Doxyfile.in
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/Doxyfile.in b/Doxyfile.in
index 001a085..bdd70e3 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -334,7 +334,7 @@
# 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
To view, visit change 36296. To unsubscribe, or for help writing mail filters, visit settings.