From 1e60415120a82c6429c61a2250fd2b002cfbae44 Mon Sep 17 00:00:00 2001 From: Pedro Date: Wed, 4 Mar 2015 22:58:32 +0000 Subject: [PATCH] Add layout dile for doxygen with links to websites --- build/documentation/DoxygenLayout.xml | 197 ++++++++++++++++++++++++++ build/documentation/doxygen.cfg | 6 +- 2 files changed, 200 insertions(+), 3 deletions(-) create mode 100644 build/documentation/DoxygenLayout.xml diff --git a/build/documentation/DoxygenLayout.xml b/build/documentation/DoxygenLayout.xml new file mode 100644 index 0000000..1e11b43 --- /dev/null +++ b/build/documentation/DoxygenLayout.xml @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/documentation/doxygen.cfg b/build/documentation/doxygen.cfg index 1f0cd58..dbe2e22 100644 --- a/build/documentation/doxygen.cfg +++ b/build/documentation/doxygen.cfg @@ -594,7 +594,7 @@ FILE_VERSION_FILTER = # You can optionally specify a file name after the option, if omitted # DoxygenLayout.xml will be used as the name of the layout file. -LAYOUT_FILE = +LAYOUT_FILE = DoxygenLayout.xml # The CITE_BIB_FILES tag can be used to specify one or more bib files # containing the references data. This must be a list of .bib files. The @@ -978,7 +978,7 @@ HTML_COLORSTYLE_HUE = 220 # 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 = 100 +HTML_COLORSTYLE_SAT = 10 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to # the luminance component of the colors in the HTML output. Values below @@ -987,7 +987,7 @@ HTML_COLORSTYLE_SAT = 100 # 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 = 80 +HTML_COLORSTYLE_GAMMA = 220 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML # page will contain the date and time when the page was generated. Setting