diff options
Diffstat (limited to 'tools/doxygen/Doxyfile')
| -rw-r--r-- | tools/doxygen/Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/doxygen/Doxyfile b/tools/doxygen/Doxyfile index e54771f..6ade874 100644 --- a/tools/doxygen/Doxyfile +++ b/tools/doxygen/Doxyfile @@ -505,7 +505,7 @@ EXTRACT_ALL = NO # be included in the documentation. # The default value is: NO. -EXTRACT_PRIVATE = NO +EXTRACT_PRIVATE = YES # If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual # methods of a class will be included in the documentation. @@ -917,7 +917,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = ../../src MainPage.md Opening.md BoardTheming.md +INPUT = ../../src MainPage.md Opening.md BoardTheming.md Libraries.md # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses |
