aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <kossebau@kde.org>2017-04-20 00:55:21 +0200
committerFriedrich W. H. Kossebau <kossebau@kde.org>2017-04-20 00:55:21 +0200
commitce4f3b95abbdaf1b57a41ba592e835a3fe40ba80 (patch)
tree7dedf0f6cd632d4ef3dcab7a103d528ce9966cba
parent9351bae5ec9f58919fae2e783aa6730dd52c4993 (diff)
downloadextra-cmake-modules-ce4f3b95abbdaf1b57a41ba592e835a3fe40ba80.tar.gz
extra-cmake-modules-ce4f3b95abbdaf1b57a41ba592e835a3fe40ba80.tar.bz2
KDEPackageAppTemplates: improve API dox notation of function signature
-rw-r--r--kde-modules/KDEPackageAppTemplates.cmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/kde-modules/KDEPackageAppTemplates.cmake b/kde-modules/KDEPackageAppTemplates.cmake
index 9dfd188d..b0f60e0d 100644
--- a/kde-modules/KDEPackageAppTemplates.cmake
+++ b/kde-modules/KDEPackageAppTemplates.cmake
@@ -11,7 +11,10 @@
#
# This module provides the following function:
#
-# kde_package_app_templates( TEMPLATES template1 [template2] [...] INSTALL_DIR directory)
+# ::
+#
+# kde_package_app_templates(TEMPLATES <template> [<template> [...]]
+# INSTALL_DIR <directory>)
#
# INSTALL_DIR is the directory to install the template package to.
# In most cases you will want to use the variable KDE_INSTALL_KTEMPLATESDIR