aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-09-29 17:24:41 +0200
committerThomas White <taw@physics.org>2021-09-29 17:24:55 +0200
commit358f0684422bd96a475af71756bfdcf99602a05c (patch)
tree7f710daf5361e773cf691cb19470d4e68da07285
parent3c950c723a040ca94d3b3066ed4d36ec6eb0705d (diff)
Doxygen: Set EXTRACT_LOCAL_CLASSES = YES
This avoids that all of the private structures get included in the API documentation.
-rw-r--r--libcrystfel/doc/Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/doc/Doxyfile.in b/libcrystfel/doc/Doxyfile.in
index 0f520e55..9a186860 100644
--- a/libcrystfel/doc/Doxyfile.in
+++ b/libcrystfel/doc/Doxyfile.in
@@ -483,7 +483,7 @@ EXTRACT_STATIC = NO
# for Java sources.
# The default value is: YES.
-EXTRACT_LOCAL_CLASSES = YES
+EXTRACT_LOCAL_CLASSES = NO
# This flag is only useful for Objective-C code. If set to YES, local methods,
# which are defined in the implementation section but not in the interface are