summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2020-01-10 11:30:06 +0100
committerGitHub <noreply@github.com>2020-01-10 11:30:06 +0100
commitd5b8ed45cadb2ae17fc3fa622de01665df2e59fa (patch)
tree6914bae934354055f64299f9b13d9c73a0edc016
parentad4c4d8e3c40b278c05833672c78a5e1cf169284 (diff)
parent609d4a5307cb8faef5f5002be9f51eee7bf3916e (diff)
Merge pull request #196 from VincentRouvreau/doc_warnings_fix
Bug fix: a href tag was badly closed
-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 d70a2efa..ce2c5448 100644
--- a/src/common/doc/installation.h
+++ b/src/common/doc/installation.h
@@ -33,7 +33,7 @@ make \endverbatim
* \subsection testsuites Test suites
* To test your build, run the following command in a terminal:
* \verbatim make test \endverbatim
- * `make test` is using <a href="https://cmake.org/cmake/help/latest/manual/ctest.1.html">Ctest<\a> (CMake test driver
+ * `make test` is using <a href="https://cmake.org/cmake/help/latest/manual/ctest.1.html">Ctest</a> (CMake test driver
* program). If some of the tests are failing, please send us the result of the following command:
* \verbatim ctest --output-on-failure \endverbatim
*