Skip to content

Commit 9b06a0e

Browse files
author
camilo
committed
minor doc fixes
1 parent 2dffec5 commit 9b06a0e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc/Doxyfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ PROJECT_NUMBER = v1.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 = "Libraries for embedded"
57+
PROJECT_BRIEF = "Tools for embedded systems"
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
@@ -1443,15 +1443,15 @@ HTML_COLORSTYLE = LIGHT
14431443
# Minimum value: 0, maximum value: 359, default value: 220.
14441444
# This tag requires that the tag GENERATE_HTML is set to YES.
14451445

1446-
HTML_COLORSTYLE_HUE = 183
1446+
HTML_COLORSTYLE_HUE = 209
14471447

14481448
# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
14491449
# in the HTML output. For a value of 0 the output will use gray-scales only. A
14501450
# value of 255 will produce the most vivid colors.
14511451
# Minimum value: 0, maximum value: 255, default value: 100.
14521452
# This tag requires that the tag GENERATE_HTML is set to YES.
14531453

1454-
HTML_COLORSTYLE_SAT = 110
1454+
HTML_COLORSTYLE_SAT = 255
14551455

14561456
# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
14571457
# luminance component of the colors in the HTML output. Values below 100
@@ -1462,7 +1462,7 @@ HTML_COLORSTYLE_SAT = 110
14621462
# Minimum value: 40, maximum value: 240, default value: 80.
14631463
# This tag requires that the tag GENERATE_HTML is set to YES.
14641464

1465-
HTML_COLORSTYLE_GAMMA = 197
1465+
HTML_COLORSTYLE_GAMMA = 113
14661466

14671467
# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
14681468
# documentation will contain a main index with vertical navigation menus that

doc/Doxyfile_test

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ PROJECT_NUMBER = v1.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 = "Libraries for embedded"
57+
PROJECT_BRIEF = "Tools for embedded systems"
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
@@ -1444,15 +1444,15 @@ HTML_COLORSTYLE = LIGHT
14441444
# Minimum value: 0, maximum value: 359, default value: 220.
14451445
# This tag requires that the tag GENERATE_HTML is set to YES.
14461446

1447-
HTML_COLORSTYLE_HUE = 183
1447+
HTML_COLORSTYLE_HUE = 209
14481448

14491449
# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
14501450
# in the HTML output. For a value of 0 the output will use gray-scales only. A
14511451
# value of 255 will produce the most vivid colors.
14521452
# Minimum value: 0, maximum value: 255, default value: 100.
14531453
# This tag requires that the tag GENERATE_HTML is set to YES.
14541454

1455-
HTML_COLORSTYLE_SAT = 110
1455+
HTML_COLORSTYLE_SAT = 255
14561456

14571457
# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
14581458
# luminance component of the colors in the HTML output. Values below 100
@@ -1463,7 +1463,7 @@ HTML_COLORSTYLE_SAT = 110
14631463
# Minimum value: 40, maximum value: 240, default value: 80.
14641464
# This tag requires that the tag GENERATE_HTML is set to YES.
14651465

1466-
HTML_COLORSTYLE_GAMMA = 197
1466+
HTML_COLORSTYLE_GAMMA = 113
14671467

14681468
# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
14691469
# documentation will contain a main index with vertical navigation menus that

0 commit comments

Comments
 (0)