Skip to content

Commit 9468883

Browse files
committed
Doxygen theme update
Latest Doxygen Awesome theme is added as submodule.
1 parent a60fc20 commit 9468883

File tree

162 files changed

+4714
-5761
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+4714
-5761
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "docs/Style/doxygen-awesome-css"]
2+
path = docs/Style/doxygen-awesome-css
3+
url = https://github.com/jothepro/doxygen-awesome-css.git

Doxyfile

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ PROJECT_NUMBER = V3.0.0
5454
# for a project that appears at the top of each page and should give viewer a
5555
# quick idea about the purpose of the project. Keep the description short.
5656

57-
PROJECT_BRIEF = "Simple Command Parser"
57+
PROJECT_BRIEF = "Lightweight Command Parser"
5858

5959
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
6060
# in the documentation. The maximum height of the logo should not exceed 55
@@ -1357,11 +1357,11 @@ HTML_STYLESHEET =
13571357
# list). For an example see the documentation.
13581358
# This tag requires that the tag GENERATE_HTML is set to YES.
13591359

1360-
HTML_EXTRA_STYLESHEET = docs/Style/doxygen-awesome.css \
1361-
docs/Style/doxygen-awesome-sidebar-only.css \
1362-
docs/Style/doxygen-awesome-sidebar-only-darkmode-toggle.css \
1363-
docs/Style/doxygen-custom/custom.css \
1364-
docs/Style/doxygen-custom/custom-alternative.css
1360+
HTML_EXTRA_STYLESHEET = docs/Style/doxygen-custom/custom.css \
1361+
docs/Style/doxygen-custom/custom-alternative.css \
1362+
docs/Style/doxygen-awesome-css/doxygen-awesome.css \
1363+
docs/Style/doxygen-awesome-css/doxygen-awesome-sidebar-only.css \
1364+
docs/Style/doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.css
13651365

13661366
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
13671367
# other source files which should be copied to the HTML output directory. Note
@@ -1371,12 +1371,13 @@ HTML_EXTRA_STYLESHEET = docs/Style/doxygen-awesome.css \
13711371
# files will be copied as-is; there are no commands or markers available.
13721372
# This tag requires that the tag GENERATE_HTML is set to YES.
13731373

1374-
HTML_EXTRA_FILES = docs/Style/doxygen-custom/toggle-alternative-theme.js \
1375-
docs/Style/doxygen-awesome-darkmode-toggle.js \
1376-
docs/Style/doxygen-awesome-fragment-copy-button.js \
1377-
docs/Style/doxygen-awesome-paragraph-link.js \
1378-
docs/images/arduino_logo.png \
1379-
docs/images/platformio_logo.png
1374+
HTML_EXTRA_FILES = docs/images/arduino_logo.png \
1375+
docs/images/platformio_logo.png \
1376+
docs/Style/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js \
1377+
docs/Style/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js \
1378+
docs/Style/doxygen-awesome-css/doxygen-awesome-interactive-toc.js \
1379+
docs/Style/doxygen-awesome-css/doxygen-awesome-paragraph-link.js \
1380+
docs/Style/doxygen-awesome-css/doxygen-awesome-tabs.js
13801381

13811382
# The HTML_COLORSTYLE tag can be used to specify if the generated HTML output
13821383
# should be rendered with a dark or light theme. Default setting AUTO_LIGHT

docs/Style/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/Style/doxygen-awesome-css

Submodule doxygen-awesome-css added at df83fbf

docs/Style/doxygen-awesome-darkmode-toggle.js

Lines changed: 0 additions & 157 deletions
This file was deleted.

docs/Style/doxygen-awesome-fragment-copy-button.js

Lines changed: 0 additions & 85 deletions
This file was deleted.

docs/Style/doxygen-awesome-paragraph-link.js

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)