diff options
author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2022-06-12 16:00:55 +0200 |
---|---|---|
committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2022-06-12 16:00:55 +0200 |
commit | 8307b90e8136e7c3adc6d0419f6eda0d58b27614 (patch) | |
tree | be9db0c4e70741754cbb0b0c3e72ef3ad60fb768 /modules/ECMEnableSanitizers.cmake | |
parent | 1ea9e4249f332e481a4940c63b3868504e8b6a3e (diff) | |
download | extra-cmake-modules-8307b90e8136e7c3adc6d0419f6eda0d58b27614.tar.gz extra-cmake-modules-8307b90e8136e7c3adc6d0419f6eda0d58b27614.tar.bz2 |
API dox: improve linking to other modules referenced in text
NO_CHANGELOG
Diffstat (limited to 'modules/ECMEnableSanitizers.cmake')
-rw-r--r-- | modules/ECMEnableSanitizers.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ECMEnableSanitizers.cmake b/modules/ECMEnableSanitizers.cmake index 84f1819c..cc889290 100644 --- a/modules/ECMEnableSanitizers.cmake +++ b/modules/ECMEnableSanitizers.cmake @@ -31,7 +31,7 @@ Simply add:: include(ECMEnableSanitizers) to your ``CMakeLists.txt``. Note that this module is included in -KDECompilerSettings, so projects using that module do not need to also +:kde-module:`KDECompilerSettings`, so projects using that module do not need to also include this one. The sanitizers are not enabled by default. Instead, you must set |