summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-06-15 08:35:58 +0200
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-06-15 08:35:58 +0200
commitccb0e44f107d1d09c178620566eeefd02feb6a4e (patch)
tree000323eeb8e460661665a2c6e22a61acceae1205
parentc8dc6c9a247f1eb541cea90dfc6f9bfb3e0d576e (diff)
doc review: no need 'for this'
-rw-r--r--src/common/doc/installation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/doc/installation.h b/src/common/doc/installation.h
index 131130f8..b97142b6 100644
--- a/src/common/doc/installation.h
+++ b/src/common/doc/installation.h
@@ -42,8 +42,8 @@ make \endverbatim
* \verbatim ctest --output-on-failure \endverbatim
*
* \subsection documentationgeneration C++ documentation
- * To generate the C++ documentation, for this the <a target="_blank" href="http://www.doxygen.org/">doxygen</a> program
- * is required, run the following command in a terminal:
+ * To generate the C++ documentation, the <a target="_blank" href="http://www.doxygen.org/">doxygen</a> program
+ * is required. Run the following command in a terminal:
* \verbatim make doxygen \endverbatim
* Documentation will be generated in a folder named <code>html</code>.
*