aboutsummaryrefslogtreecommitdiff
path: root/modules/ECMGenerateDBusServiceFile.cmake
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <kossebau@kde.org>2022-06-12 18:11:16 +0200
committerFriedrich W. H. Kossebau <kossebau@kde.org>2022-06-12 18:27:40 +0200
commit97de5ca22bc2e9270809a24d00fe6b748ddbb9e7 (patch)
tree0a79fed871a41afe701c6556bc10c72f93ea786d /modules/ECMGenerateDBusServiceFile.cmake
parent08b0e02f8ecd3cec4840f5025729e5b40d890645 (diff)
downloadextra-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/ECMGenerateDBusServiceFile.cmake')
-rw-r--r--modules/ECMGenerateDBusServiceFile.cmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/ECMGenerateDBusServiceFile.cmake b/modules/ECMGenerateDBusServiceFile.cmake
index f3c7dd8a..6efdd95d 100644
--- a/modules/ECMGenerateDBusServiceFile.cmake
+++ b/modules/ECMGenerateDBusServiceFile.cmake
@@ -26,8 +26,9 @@ in the relevant D-Bus config location. This filename can be customized with RENA
``<executable>`` must be an absolute path to the installed service executable. When using it with
: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.
+.. 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.
Optionally, a ``<systemd service>`` can be specified to launch the corresponding
systemd service instead of the ``<executable>`` if the D-Bus daemon is started by systemd.