diff options
author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2017-04-20 00:55:21 +0200 |
---|---|---|
committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2017-04-20 00:55:21 +0200 |
commit | ce4f3b95abbdaf1b57a41ba592e835a3fe40ba80 (patch) | |
tree | 7dedf0f6cd632d4ef3dcab7a103d528ce9966cba | |
parent | 9351bae5ec9f58919fae2e783aa6730dd52c4993 (diff) | |
download | extra-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.cmake | 5 |
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 |