@@ -61,14 +61,14 @@ PROJECT_BRIEF = "Lightweight Command Parser"
61
61
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
62
62
# the logo to the output directory.
63
63
64
- PROJECT_LOGO = docs/images /logo.svg
64
+ PROJECT_LOGO = C:/Users/dani0/Documents/Arduino/libraries/Commander-API/extras/Assets /logo.svg
65
65
66
66
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
67
67
# into which the generated documentation will be written. If a relative path is
68
68
# entered, it will be relative to the location where doxygen was started. If
69
69
# left blank the current directory will be used.
70
70
71
- OUTPUT_DIRECTORY = docs
71
+ OUTPUT_DIRECTORY = ../CommanderDocs/
72
72
73
73
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
74
74
# sub-directories (in 2 levels) under the output directory of each output format
@@ -342,7 +342,7 @@ OPTIMIZE_OUTPUT_SLICE = NO
342
342
#
343
343
# Note see also the list of default file extension mappings.
344
344
345
- EXTENSION_MAPPING =
345
+ EXTENSION_MAPPING = ino=cpp
346
346
347
347
# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
348
348
# according to the Markdown format, which allows for more readable
@@ -795,7 +795,7 @@ FILE_VERSION_FILTER =
795
795
# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
796
796
# tag is left empty.
797
797
798
- LAYOUT_FILE = docs/Style/layout .xml
798
+ LAYOUT_FILE = extras/Assets/DoxygenLayout .xml
799
799
800
800
# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
801
801
# the reference definitions. This must be a list of .bib files. The .bib
@@ -909,7 +909,7 @@ WARN_LOGFILE =
909
909
# Note: If this tag is empty the current directory is searched.
910
910
911
911
INPUT = src \
912
- docs/markdown_pages
912
+ extras/Assets/DocuPages
913
913
914
914
# This tag can be used to specify the character encoding of the source files
915
915
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -1043,7 +1043,7 @@ EXCLUDE_SYMBOLS =
1043
1043
# that contain example code fragments that are included (see the \include
1044
1044
# command).
1045
1045
1046
- EXAMPLE_PATH = extras/examples_doxygen
1046
+ EXAMPLE_PATH =
1047
1047
1048
1048
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
1049
1049
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
@@ -1063,7 +1063,7 @@ EXAMPLE_RECURSIVE = YES
1063
1063
# that contain images that are to be included in the documentation (see the
1064
1064
# \image command).
1065
1065
1066
- IMAGE_PATH = docs/images
1066
+ IMAGE_PATH = extras/Assets/DocuImages
1067
1067
1068
1068
# The INPUT_FILTER tag can be used to specify a program that doxygen should
1069
1069
# invoke to filter for each input file. Doxygen will invoke the filter program
@@ -1322,7 +1322,7 @@ HTML_FILE_EXTENSION = .html
1322
1322
# of the possible markers and block names see the documentation.
1323
1323
# This tag requires that the tag GENERATE_HTML is set to YES.
1324
1324
1325
- HTML_HEADER = docs/Style/doxygen-custom /header.html
1325
+ HTML_HEADER = extras/Assets /header.html
1326
1326
1327
1327
# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1328
1328
# generated HTML page. If the tag is left blank doxygen will generate a standard
@@ -1332,7 +1332,7 @@ HTML_HEADER = docs/Style/doxygen-custom/header.html
1332
1332
# that doxygen normally uses.
1333
1333
# This tag requires that the tag GENERATE_HTML is set to YES.
1334
1334
1335
- HTML_FOOTER = docs/Style/doxygen-custom/footer.html
1335
+ HTML_FOOTER =
1336
1336
1337
1337
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1338
1338
# sheet that is used by each HTML page. It can be used to fine-tune the look of
@@ -1357,11 +1357,10 @@ 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-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
1360
+ HTML_EXTRA_STYLESHEET = extras/doxygen-awesome-css/doxygen-awesome.css \
1361
+ extras/doxygen-awesome-css/doxygen-awesome-sidebar-only.css \
1362
+ extras/doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.css \
1363
+ extras/Assets/custom_header.css
1365
1364
1366
1365
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
1367
1366
# other source files which should be copied to the HTML output directory. Note
@@ -1371,13 +1370,10 @@ HTML_EXTRA_STYLESHEET = docs/Style/doxygen-custom/custom.css \
1371
1370
# files will be copied as-is; there are no commands or markers available.
1372
1371
# This tag requires that the tag GENERATE_HTML is set to YES.
1373
1372
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
1373
+ HTML_EXTRA_FILES = extras/Assets/DocuImages/support_me_on_kofi_red.png \
1374
+ extras/Assets/supported_boards.html \
1375
+ extras/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js \
1376
+ extras/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js
1381
1377
1382
1378
# The HTML_COLORSTYLE tag can be used to specify if the generated HTML output
1383
1379
# should be rendered with a dark or light theme. Default setting AUTO_LIGHT
@@ -1405,15 +1401,15 @@ HTML_COLORSTYLE = LIGHT
1405
1401
# Minimum value: 0, maximum value: 359, default value: 220.
1406
1402
# This tag requires that the tag GENERATE_HTML is set to YES.
1407
1403
1408
- HTML_COLORSTYLE_HUE = 209
1404
+ HTML_COLORSTYLE_HUE = 220
1409
1405
1410
1406
# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
1411
1407
# in the HTML output. For a value of 0 the output will use gray-scales only. A
1412
1408
# value of 255 will produce the most vivid colors.
1413
1409
# Minimum value: 0, maximum value: 255, default value: 100.
1414
1410
# This tag requires that the tag GENERATE_HTML is set to YES.
1415
1411
1416
- HTML_COLORSTYLE_SAT = 255
1412
+ HTML_COLORSTYLE_SAT = 100
1417
1413
1418
1414
# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
1419
1415
# luminance component of the colors in the HTML output. Values below 100
@@ -1424,7 +1420,7 @@ HTML_COLORSTYLE_SAT = 255
1424
1420
# Minimum value: 40, maximum value: 240, default value: 80.
1425
1421
# This tag requires that the tag GENERATE_HTML is set to YES.
1426
1422
1427
- HTML_COLORSTYLE_GAMMA = 113
1423
+ HTML_COLORSTYLE_GAMMA = 80
1428
1424
1429
1425
# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1430
1426
# page will contain the date and time when the page was generated. Setting this
0 commit comments