diff options
author | Petre Eftime <[email protected]> | 2016-02-02 17:28:45 +0200 |
---|---|---|
committer | Petre Eftime <[email protected]> | 2016-02-02 17:28:45 +0200 |
commit | 3cfe258fc1d6ef0e5e606fc17744479427705bd7 (patch) | |
tree | ac7ad90cdc2e568af1a98c3cd1307952fab753e5 /Doxyfile.java.in | |
parent | ffda062a689e303702005f24a87a164dee8cba8b (diff) |
docs: modify color for Java documentation
Signed-off-by: Petre Eftime <[email protected]>
Diffstat (limited to 'Doxyfile.java.in')
-rw-r--r-- | Doxyfile.java.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doxyfile.java.in b/Doxyfile.java.in index cb613ad3..e9cee218 100644 --- a/Doxyfile.java.in +++ b/Doxyfile.java.in @@ -827,7 +827,7 @@ EXCLUDE_SYMBOLS = # that contain example code fragments that are included (see the \include # command). -EXAMPLE_PATH = @CMAKE_CURRENT_SOURCE_DIR/examples/java +EXAMPLE_PATH = @CMAKE_CURRENT_SOURCE_DIR@/examples/java # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and @@ -1107,7 +1107,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 @@ -1115,7 +1115,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 |