diff options
author | Alex Merry <alex.merry@kde.org> | 2015-02-01 12:02:14 +0000 |
---|---|---|
committer | Alex Merry <alex.merry@kde.org> | 2015-02-01 12:04:08 +0000 |
commit | fea3b11ca01677e60d552ac29091b28946c99f08 (patch) | |
tree | 4f355fd282ecac024b3048ff96b6d025aa601ffd | |
parent | cc30b9b9b16f0999dfb97b2e78488abd2c41de43 (diff) | |
download | extra-cmake-modules-fea3b11ca01677e60d552ac29091b28946c99f08.tar.gz extra-cmake-modules-fea3b11ca01677e60d552ac29091b28946c99f08.tar.bz2 |
Minor documentation syntax fixes.
-rw-r--r-- | find-modules/FindLibGit2.cmake | 2 | ||||
-rw-r--r-- | modules/ECMCoverageOption.cmake | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/find-modules/FindLibGit2.cmake b/find-modules/FindLibGit2.cmake index 3bb87c29..fd6f46ca 100644 --- a/find-modules/FindLibGit2.cmake +++ b/find-modules/FindLibGit2.cmake @@ -1,6 +1,6 @@ #.rst: # FindLibGit2 -# ------- +# ----------- # # Try to find libgit2 on a Unix system. # diff --git a/modules/ECMCoverageOption.cmake b/modules/ECMCoverageOption.cmake index 8d435de8..92fcf74d 100644 --- a/modules/ECMCoverageOption.cmake +++ b/modules/ECMCoverageOption.cmake @@ -11,10 +11,7 @@ # # If it's on, the project will be compiled with code coverage support, using # gcov. Otherwise, it will be built normally. -# -# :: -# -# + #============================================================================= # Copyright 2014 Aleix Pol Gonzalez <aleixpol@kde.org> # |