aboutsummaryrefslogtreecommitdiff
path: root/modules/ECMGenerateDBusServiceFile.cmake
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <kossebau@kde.org>2022-06-12 16:00:55 +0200
committerFriedrich W. H. Kossebau <kossebau@kde.org>2022-06-12 16:00:55 +0200
commit8307b90e8136e7c3adc6d0419f6eda0d58b27614 (patch)
treebe9db0c4e70741754cbb0b0c3e72ef3ad60fb768 /modules/ECMGenerateDBusServiceFile.cmake
parent1ea9e4249f332e481a4940c63b3868504e8b6a3e (diff)
downloadextra-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/ECMGenerateDBusServiceFile.cmake')
-rw-r--r--modules/ECMGenerateDBusServiceFile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ECMGenerateDBusServiceFile.cmake b/modules/ECMGenerateDBusServiceFile.cmake
index 0b76b5f8..f3c7dd8a 100644
--- a/modules/ECMGenerateDBusServiceFile.cmake
+++ b/modules/ECMGenerateDBusServiceFile.cmake
@@ -24,7 +24,7 @@ A D-Bus service file ``<service name>.service`` will be generated and installed
in the relevant D-Bus config location. This filename can be customized with RENAME.
``<executable>`` must be an absolute path to the installed service executable. When using it with
-``KDEInstallDirs`` it needs to be the ``_FULL_`` variant of the path variable.
+:kde-module:`KDEInstallDirs` it needs to be the ``_FULL_`` variant of the path variable.
Note: On Windows, the macro will only use the file name part of ``<executable>`` since D-Bus
service executables are to be installed in the same directory as the D-Bus daemon.