From 358f0684422bd96a475af71756bfdcf99602a05c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 29 Sep 2021 17:24:41 +0200 Subject: Doxygen: Set EXTRACT_LOCAL_CLASSES = YES This avoids that all of the private structures get included in the API documentation. --- libcrystfel/doc/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3