@@ -54,7 +54,7 @@ PROJECT_NUMBER = v1.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 = "Libraries for embedded"
57
+ PROJECT_BRIEF = "Tools for embedded systems "
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
@@ -1443,15 +1443,15 @@ HTML_COLORSTYLE = LIGHT
1443
1443
# Minimum value: 0, maximum value: 359, default value: 220.
1444
1444
# This tag requires that the tag GENERATE_HTML is set to YES.
1445
1445
1446
- HTML_COLORSTYLE_HUE = 183
1446
+ HTML_COLORSTYLE_HUE = 209
1447
1447
1448
1448
# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
1449
1449
# in the HTML output. For a value of 0 the output will use gray-scales only. A
1450
1450
# value of 255 will produce the most vivid colors.
1451
1451
# Minimum value: 0, maximum value: 255, default value: 100.
1452
1452
# This tag requires that the tag GENERATE_HTML is set to YES.
1453
1453
1454
- HTML_COLORSTYLE_SAT = 110
1454
+ HTML_COLORSTYLE_SAT = 255
1455
1455
1456
1456
# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
1457
1457
# luminance component of the colors in the HTML output. Values below 100
@@ -1462,7 +1462,7 @@ HTML_COLORSTYLE_SAT = 110
1462
1462
# Minimum value: 40, maximum value: 240, default value: 80.
1463
1463
# This tag requires that the tag GENERATE_HTML is set to YES.
1464
1464
1465
- HTML_COLORSTYLE_GAMMA = 197
1465
+ HTML_COLORSTYLE_GAMMA = 113
1466
1466
1467
1467
# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
1468
1468
# documentation will contain a main index with vertical navigation menus that
0 commit comments