@@ -54,7 +54,7 @@ PROJECT_NUMBER = V3.0.0
54
54
# for a project that appears at the top of each page and should give viewer a
55
55
# quick idea about the purpose of the project. Keep the description short.
56
56
57
- PROJECT_BRIEF = "Simple Command Parser"
57
+ PROJECT_BRIEF = "Lightweight Command Parser"
58
58
59
59
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
60
60
# in the documentation. The maximum height of the logo should not exceed 55
@@ -1357,11 +1357,11 @@ HTML_STYLESHEET =
1357
1357
# list). For an example see the documentation.
1358
1358
# This tag requires that the tag GENERATE_HTML is set to YES.
1359
1359
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
1365
1365
1366
1366
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
1367
1367
# 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 \
1371
1371
# files will be copied as-is; there are no commands or markers available.
1372
1372
# This tag requires that the tag GENERATE_HTML is set to YES.
1373
1373
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
1380
1381
1381
1382
# The HTML_COLORSTYLE tag can be used to specify if the generated HTML output
1382
1383
# should be rendered with a dark or light theme. Default setting AUTO_LIGHT
0 commit comments