diff options
author | Thomas White <taw@physics.org> | 2021-09-29 17:24:41 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-09-29 17:24:55 +0200 |
commit | 358f0684422bd96a475af71756bfdcf99602a05c (patch) | |
tree | 7f710daf5361e773cf691cb19470d4e68da07285 /libcrystfel | |
parent | 3c950c723a040ca94d3b3066ed4d36ec6eb0705d (diff) |
Doxygen: Set EXTRACT_LOCAL_CLASSES = YES
This avoids that all of the private structures get included in the API
documentation.
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/doc/Doxyfile.in | 2 |
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 |