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/ECMGenerateDBusServiceFile.cmake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/ECMGenerateDBusServiceFile.cmake') 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 ```` 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 ```` 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 ```` since D-Bus + service executables are to be installed in the same directory as the D-Bus daemon. Optionally, a ```` can be specified to launch the corresponding systemd service instead of the ```` if the D-Bus daemon is started by systemd. -- cgit v1.2.1