From 0a42123b150e06f28ae82e460e854984c2dc9648 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 7 Jan 2018 23:09:06 +0000 Subject: [Docs] Changing documentation --- docs/Doxyfile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/Doxyfile.in') diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index 9feb54a8..21fdf62b 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -51,7 +51,7 @@ PROJECT_BRIEF = "Yet Another Game Engine" # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = +PROJECT_LOGO = @CMAKE_CURRENT_SOURCE_DIR@/docs/yage.png # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is @@ -1196,7 +1196,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 = 15 # 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 @@ -1204,7 +1204,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 = 200 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the # luminance component of the colors in the HTML output. Values below 100 @@ -1461,7 +1461,7 @@ DISABLE_INDEX = NO # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. -GENERATE_TREEVIEW = YES +GENERATE_TREEVIEW = NO # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that # doxygen will group on one line in the generated HTML documentation. -- cgit