Skip to content

Commit

Permalink
Merge branch '1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Mar 31, 2024
2 parents 088c0f4 + 6963654 commit af224e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/Doxyfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ HTML_FOOTER = @CMAKE_CURRENT_SOURCE_DIR@/footer.html
# obsolete.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_STYLESHEET = @CMAKE_CURRENT_SOURCE_DIR@/doxygen-awesome.css
HTML_STYLESHEET =

# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
# cascading style sheets that are included after the standard style sheets
Expand All @@ -1326,7 +1326,7 @@ HTML_STYLESHEET = @CMAKE_CURRENT_SOURCE_DIR@/doxygen-awesome.css
# documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_EXTRA_STYLESHEET =
HTML_EXTRA_STYLESHEET = @CMAKE_CURRENT_SOURCE_DIR@/doxygen-awesome.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
Expand Down

0 comments on commit af224e5

Please sign in to comment.