diff options
author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2022-06-12 18:11:16 +0200 |
---|---|---|
committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2022-06-12 18:27:40 +0200 |
commit | 97de5ca22bc2e9270809a24d00fe6b748ddbb9e7 (patch) | |
tree | 0a79fed871a41afe701c6556bc10c72f93ea786d /modules/ECMCoverageOption.cmake | |
parent | 08b0e02f8ecd3cec4840f5025729e5b40d890645 (diff) | |
download | extra-cmake-modules-97de5ca22bc2e9270809a24d00fe6b748ddbb9e7.tar.gz extra-cmake-modules-97de5ca22bc2e9270809a24d00fe6b748ddbb9e7.tar.bz2 |
API dox: turn some more verbal "Note" into full note sections
Should help readers being aware of pitfalls
NO_CHANGELOG
Diffstat (limited to 'modules/ECMCoverageOption.cmake')
-rw-r--r-- | modules/ECMCoverageOption.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/ECMCoverageOption.cmake b/modules/ECMCoverageOption.cmake index 6109fd65..30b2c82a 100644 --- a/modules/ECMCoverageOption.cmake +++ b/modules/ECMCoverageOption.cmake @@ -16,7 +16,8 @@ When this module is included, a ``BUILD_COVERAGE`` option is added (default ``OFF``). Turning this option on enables GCC's coverage instrumentation, and links against ``libgcov``. -Note that this will probably break the build if you are not using GCC. +.. note:: + This will probably break the build if you are not using GCC. Since 1.3.0. #]=======================================================================] |