]> https://gitweb.dealii.org/ - dealii.git/commitdiff
doxygen: extract everything 9855/head
authorTimo Heister <timo.heister@gmail.com>
Tue, 7 Apr 2020 21:27:38 +0000 (17:27 -0400)
committerTimo Heister <timo.heister@gmail.com>
Wed, 8 Apr 2020 02:14:23 +0000 (22:14 -0400)
doxygen has a bug to not extract global enums (see #7730). The only
current know option is to change the default to extract everything by
setting EXTRACT_ALL=YES.
Also add other options while we are here and enable generating
documentation for undocumented members/classes.

doc/doxygen/options.dox.in

index c3d58802219a80161ea8656860be3e5615672a8a..febf5f015b9b66534a1d42109485a0dbe05bbae2 100644 (file)
@@ -39,12 +39,16 @@ BUILTIN_STL_SUPPORT    = YES
 # Build related configuration options
 #---------------------------------------------------------------------------
 
-EXTRACT_ALL            = NO
+EXTRACT_ALL            = YES
 EXTRACT_PRIVATE        = YES
 EXTRACT_STATIC         = YES
 EXTRACT_LOCAL_CLASSES  = YES
-HIDE_UNDOC_MEMBERS     = YES
-HIDE_UNDOC_CLASSES     = YES
+EXTRACT_PRIVATE        = NO
+EXTRACT_PRIV_VIRTUAL   = NO
+EXTRACT_PACKAGE        = NO
+
+HIDE_UNDOC_MEMBERS     = NO
+HIDE_UNDOC_CLASSES     = NO
 SORT_MEMBER_DOCS       = NO
 SORT_BRIEF_DOCS        = NO
 SORT_BY_SCOPE_NAME     = NO

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.