Skip to content

Commit

Permalink
fix: update Doxygen configuration for improved styling and milestone …
Browse files Browse the repository at this point in the history
…handling
  • Loading branch information
MasterLaplace committed Nov 8, 2024
1 parent f44970e commit b876a9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_doxygen_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
pull_request:
types: [closed]
branches: [master, main]
milestone:
types: [closed]

jobs:
generate:
Expand Down
5 changes: 3 additions & 2 deletions Doxyfile.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,8 @@ HTML_STYLESHEET =
# documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_EXTRA_STYLESHEET =
HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css \
doxygen-awesome-css/doxygen-awesome-sidebar-only.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 All @@ -1383,7 +1384,7 @@ HTML_EXTRA_FILES =
# The default value is: AUTO_LIGHT.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_COLORSTYLE = AUTO_LIGHT
HTML_COLORSTYLE = LIGHT

# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
# will adjust the colors in the style sheet and background images according to
Expand Down

0 comments on commit b876a9e

Please sign in to comment.