Skip to content

Commit

Permalink
pathing nightmare
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 22, 2023
1 parent df8ebb1 commit ac4be25
Show file tree
Hide file tree
Showing 2 changed files with 2,533 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/doxygen/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ HTML_STYLESHEET =
# documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css
# HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css


# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
Expand All @@ -1341,7 +1341,7 @@ HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css
# files will be copied as-is; there are no commands or markers available.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_EXTRA_FILES = "doxygen-awesome-css/doxygen-awesome.css"
# HTML_EXTRA_FILES = doxygen-awesome-css/doxygen-awesome.css

# The HTML_COLORSTYLE tag can be used to specify if the generated HTML output
# should be rendered with a dark or light theme.
Expand Down Expand Up @@ -2827,7 +2827,6 @@ CLASS_GRAPH= YES
CALL_GRAPH= YES
CALLER_GRAPH= YES
BUILTIN_STL_SUPPORT= YES
EXTRACT_ALL = YES
EXTRACT_PRIVATE= YES
EXTRACT_PACKAGE= YES
EXTRACT_STATIC= YES
Expand All @@ -2841,6 +2840,5 @@ DOT_TRANSPARENT= YES
GENERATE_TREEVIEW = YES # required!
DISABLE_INDEX = NO
FULL_SIDEBAR = NO
HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css \
doxygen-awesome-css/doxygen-awesome-sidebar-only.css
HTML_EXTRA_STYLESHEET = doxygen/doxygen-awesome.css
HTML_COLORSTYLE = LIGHT # required with Doxygen >= 1.9.5
Loading

0 comments on commit ac4be25

Please sign in to comment.