@@ -524,19 +524,19 @@ TIMESTAMP = DATE
524524# normally produced when WARNINGS is set to YES.
525525# The default value is: NO.
526526
527- EXTRACT_ALL = YES
527+ EXTRACT_ALL = NO
528528
529529# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
530530# be included in the documentation.
531531# The default value is: NO.
532532
533- EXTRACT_PRIVATE = YES
533+ EXTRACT_PRIVATE = NOE
534534
535535# If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual
536536# methods of a class will be included in the documentation.
537537# The default value is: NO.
538538
539- EXTRACT_PRIV_VIRTUAL = YES
539+ EXTRACT_PRIV_VIRTUAL = NO
540540
541541# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
542542# scope will be included in the documentation.
@@ -1240,7 +1240,7 @@ IGNORE_PREFIX =
12401240# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
12411241# The default value is: YES.
12421242
1243- GENERATE_HTML = YES
1243+ GENERATE_HTML = NO
12441244
12451245# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
12461246# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
@@ -1275,7 +1275,7 @@ HTML_FILE_EXTENSION = .html
12751275# of the possible markers and block names see the documentation.
12761276# This tag requires that the tag GENERATE_HTML is set to YES.
12771277
1278- HTML_HEADER = docs/style/header.html
1278+ HTML_HEADER =
12791279
12801280# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
12811281# generated HTML page. If the tag is left blank doxygen will generate a standard
@@ -1315,7 +1315,7 @@ HTML_STYLESHEET =
13151315# documentation.
13161316# This tag requires that the tag GENERATE_HTML is set to YES.
13171317
1318- HTML_EXTRA_STYLESHEET = docs/style/doxygen-awesome-css/doxygen-awesome.css
1318+ HTML_EXTRA_STYLESHEET =
13191319
13201320# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
13211321# other source files which should be copied to the HTML output directory. Note
@@ -1325,11 +1325,7 @@ HTML_EXTRA_STYLESHEET = docs/style/doxygen-awesome-css/doxygen-awesome.css
13251325# files will be copied as-is; there are no commands or markers available.
13261326# This tag requires that the tag GENERATE_HTML is set to YES.
13271327
1328- HTML_EXTRA_FILES = \
1329- docs/style/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js \
1330- docs/style/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js \
1331- docs/style/doxygen-awesome-css/doxygen-awesome-paragraph-link.js \
1332- docs/style/doxygen-awesome-css/doxygen-awesome-interactive-toc.js
1328+ HTML_EXTRA_FILES =
13331329
13341330# The HTML_COLORSTYLE tag can be used to specify if the generated HTML output
13351331# should be rendered with a dark or light theme.
@@ -2191,7 +2187,7 @@ MAN_LINKS = NO
21912187# captures the structure of the code including all documentation.
21922188# The default value is: NO.
21932189
2194- GENERATE_XML = NO
2190+ GENERATE_XML = YES
21952191
21962192# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
21972193# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
@@ -2208,7 +2204,7 @@ XML_OUTPUT = xml
22082204# The default value is: YES.
22092205# This tag requires that the tag GENERATE_XML is set to YES.
22102206
2211- XML_PROGRAMLISTING = YES
2207+ XML_PROGRAMLISTING = NO
22122208
22132209# If the XML_NS_MEMB_FILE_SCOPE tag is set to YES, doxygen will include
22142210# namespace members in file scope as well, matching the HTML output.
0 commit comments