diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-05-02 00:00:12 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-05-02 00:02:12 +0200 |
| commit | 127925edde268d29f20b811400b2cebd49eac6ec (patch) | |
| tree | 4fc785bc1f42ece26b7d047146c58157a5244697 /Doxyfile | |
| parent | 2533e0738b0ae6dd30f92e14adb848ba980b3e05 (diff) | |
Test doxygen m.css theme
Diffstat (limited to 'Doxyfile')
| -rw-r--r-- | Doxyfile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -44,7 +44,7 @@ PROJECT_NUMBER = # for a project that appears at the top of each page and should give viewer a # quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "Decompilation of The Legend of Zelda: The Minish Cap" +PROJECT_BRIEF = "Docs" # With the PROJECT_LOGO tag one can specify a logo or an icon that is included # in the documentation. The maximum height of the logo should not exceed 55 @@ -1141,7 +1141,7 @@ IGNORE_PREFIX = # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output # The default value is: YES. -GENERATE_HTML = YES +GENERATE_HTML = NO # 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 @@ -1211,7 +1211,7 @@ HTML_STYLESHEET = # list). For an example see the documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_STYLESHEET = "./docs/doxygen/doxygen-extra.css" +#HTML_EXTRA_STYLESHEET = "./docs/doxygen/doxygen-extra.css" # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or # other source files which should be copied to the HTML output directory. Note @@ -2015,7 +2015,7 @@ MAN_LINKS = NO # captures the structure of the code including all documentation. # The default value is: NO. -GENERATE_XML = NO +GENERATE_XML = YES # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of |
