summaryrefslogtreecommitdiff
path: root/src/common/doc/installation.h
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-09-16 09:57:39 +0200
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-09-16 09:57:39 +0200
commit337866bea1538ac2b7725265856f53a63fabec48 (patch)
tree431efd82e0f79e44214609fbe0dfd130f70576fb /src/common/doc/installation.h
parentfdfed55bd323b378c48100f651db8447f4285ea7 (diff)
Advise doxygen 1.9.5 as it is now available on conda
Diffstat (limited to 'src/common/doc/installation.h')
-rw-r--r--src/common/doc/installation.h2
1 files changed, 1 insertions, 1 deletions
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>.
*