@@ -47,7 +47,7 @@ DOXYFILE_ENCODING = UTF-8
47
47
# title of most generated pages and in a few other places.
48
48
# The default value is: My Project.
49
49
50
- PROJECT_NAME = "Barotrauma Doc "
50
+ PROJECT_NAME = "LuaCsForBarotrauma "
51
51
52
52
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
53
53
# could be handy for archiving the generated documentation or if some version
@@ -348,6 +348,7 @@ OPTIMIZE_OUTPUT_SLICE = NO
348
348
# Note see also the list of default file extension mappings.
349
349
350
350
EXTENSION_MAPPING =
351
+ EXTENSION_MAPPING += dox=md
351
352
352
353
# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
353
354
# according to the Markdown format, which allows for more readable
@@ -912,7 +913,7 @@ WARN_LOGFILE =
912
913
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
913
914
# Note: If this tag is empty the current directory is searched.
914
915
915
- INPUT = .
916
+ INPUT = ./
916
917
917
918
# This tag can be used to specify the character encoding of the source files
918
919
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -1110,7 +1111,7 @@ FILTER_SOURCE_PATTERNS =
1110
1111
# (index.html). This can be useful if you have a project on for instance GitHub
1111
1112
# and want to reuse the introduction page also for the doxygen output.
1112
1113
1113
- USE_MDFILE_AS_MAINPAGE = ./intro.md
1114
+ USE_MDFILE_AS_MAINPAGE = ./manual/ intro.md
1114
1115
1115
1116
#---------------------------------------------------------------------------
1116
1117
# Configuration options related to source browsing
@@ -1334,7 +1335,7 @@ HTML_STYLESHEET =
1334
1335
# list). For an example see the documentation.
1335
1336
# This tag requires that the tag GENERATE_HTML is set to YES.
1336
1337
1337
- HTML_EXTRA_STYLESHEET = custom.css
1338
+ HTML_EXTRA_STYLESHEET =
1338
1339
1339
1340
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
1340
1341
# other source files which should be copied to the HTML output directory. Note
@@ -2742,3 +2743,9 @@ GENERATE_LEGEND = YES
2742
2743
# The default value is: YES.
2743
2744
2744
2745
DOT_CLEANUP = YES
2746
+
2747
+
2748
+
2749
+ HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css \
2750
+ doxygen-awesome-css/doxygen-awesome-sidebar-only.css
2751
+ HTML_COLORSTYLE = LIGHT # required with Doxygen >= 1.9.5
0 commit comments