diff options
author | Sven Gothel <[email protected]> | 2022-06-03 08:24:23 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-06-03 08:24:23 +0200 |
commit | b36ab76aa95b2cb22b82f8bbcee2c86f6763625f (patch) | |
tree | a1c9a0847ddef093b173163d54b04b22e3287899 /Doxyfile.java.in | |
parent | d09593b0a8ec180b8a6b1d925fcd53d3848f14fe (diff) |
Fix Doxygen
Diffstat (limited to 'Doxyfile.java.in')
-rw-r--r-- | Doxyfile.java.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile.java.in b/Doxyfile.java.in index a20e8d8..7f73fd0 100644 --- a/Doxyfile.java.in +++ b/Doxyfile.java.in @@ -1110,7 +1110,7 @@ HTML_EXTRA_FILES = # Minimum value: 0, maximum value: 359, default value: 220. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_COLORSTYLE_HUE = 220 +HTML_COLORSTYLE_HUE = 20 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors # in the HTML output. For a value of 0 the output will use grayscales only. A @@ -1118,7 +1118,7 @@ HTML_COLORSTYLE_HUE = 220 # Minimum value: 0, maximum value: 255, default value: 100. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_COLORSTYLE_SAT = 100 +HTML_COLORSTYLE_SAT = 150 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the # luminance component of the colors in the HTML output. Values below 100 |