summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2022-10-05 10:51:52 +0200
committerGitHub <noreply@github.com>2022-10-05 10:51:52 +0200
commit524718d63a8f633dbcc4fe7db3fe920ebd7e972c (patch)
tree85efa9bd24a94213a3c861faf6b21e77989b1f62
parentfaabb91d6f7e0c359d048d8e103cc15992288fec (diff)
parent337866bea1538ac2b7725265856f53a63fabec48 (diff)
Merge pull request #699 from VincentRouvreau/some_doxygen_details
Some doxygen details
-rw-r--r--src/Doxyfile.in5
-rw-r--r--src/common/doc/installation.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/Doxyfile.in b/src/Doxyfile.in
index 0b1a8081..1ec190d9 100644
--- a/src/Doxyfile.in
+++ b/src/Doxyfile.in
@@ -1143,6 +1143,11 @@ HTML_EXTRA_STYLESHEET = @GUDHI_DOXYGEN_COMMON_DOC_PATH@/stylesheet.css
HTML_EXTRA_FILES =
+# Default here is AUTO_LIGHT which means "Automatically set the mode according
+# to the user preference, use light mode if no preference is set".
+# Force it to LIGHT (white), as the rest of the documentation is white.
+HTML_COLORSTYLE = LIGHT
+
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
# will adjust the colors in the style sheet and background images according to
# this color. Hue is specified as an angle on a colorwheel, see
diff --git a/src/common/doc/installation.h b/src/common/doc/installation.h
index 28526498..63a37a25 100644
--- a/src/common/doc/installation.h
+++ b/src/common/doc/installation.h
@@ -45,7 +45,7 @@ make \endverbatim
*
* \subsection documentationgeneration C++ documentation
* To generate the C++ documentation, the <a target="_blank" href="http://www.doxygen.org/">doxygen</a> program
- * is required (version &ge; 1.9.3 is advised). Run the following command in a terminal:
+ * is required (version &ge; 1.9.5 is advised). Run the following command in a terminal:
* \verbatim make doxygen \endverbatim
* Documentation will be generated in a folder named <code>html</code>.
*