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 /kde-modules/KDECompilerSettings.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 'kde-modules/KDECompilerSettings.cmake')
-rw-r--r-- | kde-modules/KDECompilerSettings.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-modules/KDECompilerSettings.cmake b/kde-modules/KDECompilerSettings.cmake index 55b94c38..e5acd59b 100644 --- a/kde-modules/KDECompilerSettings.cmake +++ b/kde-modules/KDECompilerSettings.cmake @@ -147,7 +147,7 @@ Inclusion of this module defines the following variables: This option only has an effect on ELF-based systems. The option is disabled by default except when using - KDEFrameworkCompilerSettings.cmake where it's enabled. Projects can enable + :kde-module:`KDEFrameworkCompilerSettings` where it's enabled. Projects can enable it by calling set(ENABLE_BSYMBOLICFUNCTIONS ON) or passing -DENABLE BSYMBOLICFUNCTIONS=ON when configuring the build directory. |