diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-09 22:41:14 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-09 22:41:14 -0800 |
commit | 3802eec07ec36a55815468a442add5debbbe7fb6 (patch) | |
tree | 99feb6c9f7147ca2f027338fc79187a95e7083e0 /Doxyfile | |
parent | 532f0063cb6e1433f275f5685e707fe0025cac50 (diff) |
make shit build; add documentation homepage
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -54,7 +54,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 = +PROJECT_BRIEF = "A minimal stack based programming language" # 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 @@ -1165,7 +1165,7 @@ FILTER_SOURCE_PATTERNS = # (index.html). This can be useful if you have a project on for instance GitHub # and want to reuse the introduction page also for the doxygen output. -USE_MDFILE_AS_MAINPAGE = +USE_MDFILE_AS_MAINPAGE = MAINPAGE.md # The Fortran standard specifies that for fixed formatted Fortran code all # characters from position 72 are to be considered as comment. A common |