From 97de5ca22bc2e9270809a24d00fe6b748ddbb9e7 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Sun, 12 Jun 2022 18:11:16 +0200 Subject: API dox: turn some more verbal "Note" into full note sections Should help readers being aware of pitfalls NO_CHANGELOG --- modules/ECMCoverageOption.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/ECMCoverageOption.cmake') 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. #]=======================================================================] -- cgit v1.2.1