From d2bf503d1c3b0ace9a642eafc733bfa3cba0c4eb Mon Sep 17 00:00:00 2001 From: Sara Damiano Date: Tue, 24 Sep 2024 17:46:13 -0400 Subject: [PATCH] Update doxyfile Signed-off-by: Sara Damiano --- docs/Doxyfile | 6 +++--- docs/mcss-conf.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index 9a269c934..bb2eb2ad9 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -547,13 +547,13 @@ 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. # The default value is: NO. -EXTRACT_PRIV_VIRTUAL = NO +EXTRACT_PRIV_VIRTUAL = YES # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal # scope will be included in the documentation. @@ -1348,7 +1348,7 @@ IGNORE_PREFIX = # If the GENERATE_HTML tag is set to YES, Doxygen will generate HTML output # The default value is: YES. -GENERATE_HTML = NO +GENERATE_HTML = YES # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of diff --git a/docs/mcss-conf.py b/docs/mcss-conf.py index 02f0cec67..0a9c1c85a 100644 --- a/docs/mcss-conf.py +++ b/docs/mcss-conf.py @@ -90,7 +90,7 @@ ), ], ), - ("Modules", "modules", []), + ("Topics", "topics", []), ( "Classes", "annotated",