diff --git a/library/Doxyfile.in b/library/Doxyfile.in index 834ebacf..77e62464 100644 --- a/library/Doxyfile.in +++ b/library/Doxyfile.in @@ -839,6 +839,31 @@ HTML_FOOTER = HTML_STYLESHEET = +# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. +# Doxygen will adjust the colors in the stylesheet and background images +# according to this color. Hue is specified as an angle on a colorwheel, +# see http://en.wikipedia.org/wiki/Hue for more information. +# For instance the value 0 represents red, 60 is yellow, 120 is green, +# 180 is cyan, 240 is blue, 300 purple, and 360 is red again. +# The allowed range is 0 to 359. + +HTML_COLORSTYLE_HUE = 0 + +# 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 value of 255 will produce the most vivid colors. + +HTML_COLORSTYLE_SAT = 180 + +# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to +# the luminance component of the colors in the HTML output. Values below +# 100 gradually make the output lighter, whereas values above 100 make +# the output darker. The value divided by 100 is the actual gamma applied, +# so 80 represents a gamma of 0.8, The value 220 represents a gamma of 2.2, +# and 100 does not change the gamma. + +HTML_COLORSTYLE_GAMMA = 100 + # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, # files or namespaces will be aligned in HTML using tables. If set to # NO a bullet list will be used. @@ -947,7 +972,7 @@ QHP_NAMESPACE = org.thermite3d.polyvox # Qt Help Project output. For more information please see # Qt Help Project / Virtual Folders. -QHP_VIRTUAL_FOLDER = doc +QHP_VIRTUAL_FOLDER = api # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can # be used to specify the location of Qt's qhelpgenerator. diff --git a/library/polyvox.qhcp.in b/library/polyvox.qhcp.in index ff81ad7d..8c4e2f2f 100644 --- a/library/polyvox.qhcp.in +++ b/library/polyvox.qhcp.in @@ -3,10 +3,11 @@ PolyVox Documentation - qthelp://org.thermite3d.polyvox/doc/index.html - qthelp://org.thermite3d.polyvox/doc/index.html + qthelp://org.thermite3d.polyvox/api/index.html + qthelp://org.thermite3d.polyvox/api/index.html false + thermite3d/polyvox