@@ -441,7 +441,7 @@ EXTRACT_ALL = YES
441441# be included in the documentation.
442442# The default value is: NO.
443443
444- EXTRACT_PRIVATE = NO
444+ EXTRACT_PRIVATE = YES
445445
446446# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
447447# scope will be included in the documentation.
@@ -453,7 +453,7 @@ EXTRACT_PACKAGE = NO
453453# included in the documentation.
454454# The default value is: NO.
455455
456- EXTRACT_STATIC = NO
456+ EXTRACT_STATIC = YES
457457
458458# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
459459# locally in source files will be included in the documentation. If set to NO,
@@ -980,7 +980,7 @@ FILTER_SOURCE_PATTERNS =
980980# (index.html). This can be useful if you have a project on for instance GitHub
981981# and want to reuse the introduction page also for the doxygen output.
982982
983- USE_MDFILE_AS_MAINPAGE =
983+ USE_MDFILE_AS_MAINPAGE = README.md
984984
985985#---------------------------------------------------------------------------
986986# Configuration options related to source browsing
@@ -1165,7 +1165,7 @@ HTML_HEADER =
11651165# that doxygen normally uses.
11661166# This tag requires that the tag GENERATE_HTML is set to YES.
11671167
1168- HTML_FOOTER =
1168+ HTML_FOOTER = ""
11691169
11701170# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
11711171# sheet that is used by each HTML page. It can be used to fine-tune the look of
@@ -1247,7 +1247,7 @@ HTML_TIMESTAMP = YES
12471247# The default value is: NO.
12481248# This tag requires that the tag GENERATE_HTML is set to YES.
12491249
1250- HTML_DYNAMIC_SECTIONS = NO
1250+ HTML_DYNAMIC_SECTIONS = YES
12511251
12521252# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
12531253# shown in the various tree structured indices initially; the user can expand
0 commit comments