aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <kossebau@kde.org>2019-02-10 23:25:54 +0100
committerFriedrich W. H. Kossebau <kossebau@kde.org>2019-02-11 17:55:29 +0100
commitb23f4198a22a7bdc6cdbc5f8a63e1fd94e8f8bdd (patch)
tree9f19a81a82a745422c86b129fd1cb6734be2bf94
parent6bbb7b0a87461207896f90fbe425c7659c2d4063 (diff)
downloadextra-cmake-modules-b23f4198a22a7bdc6cdbc5f8a63e1fd94e8f8bdd.tar.gz
extra-cmake-modules-b23f4198a22a7bdc6cdbc5f8a63e1fd94e8f8bdd.tar.bz2
ECMGeneratePkgConfigFile API dox: fix "Since" for DESCRIPTION arg
Summary: Also place "Since" next to both argument and argument description. Reviewers: cgiboudeaux Reviewed By: cgiboudeaux Subscribers: kde-frameworks-devel, kde-buildsystem Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D18913
-rw-r--r--modules/ECMGeneratePkgConfigFile.cmake5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/ECMGeneratePkgConfigFile.cmake b/modules/ECMGeneratePkgConfigFile.cmake
index 91a2cba9..76572167 100644
--- a/modules/ECMGeneratePkgConfigFile.cmake
+++ b/modules/ECMGeneratePkgConfigFile.cmake
@@ -16,7 +16,7 @@
# [INCLUDE_INSTALL_DIR <dir>]
# [LIB_INSTALL_DIR <dir>]
# [DEFINES -D<variable=value>...]
-# [DESCRIPTION <library description>]
+# [DESCRIPTION <library description>] # since 5.41.0
# [INSTALL])
#
# ``BASE_NAME`` is the name of the module. It's the name projects will use to
@@ -45,7 +45,7 @@
#
# ``DESCRIPTION`` describes what this library is. If it's not specified, CMake
# will first try to get the description from the metainfo.yaml file or will
-# create one based on ``LIB_NAME``.
+# create one based on ``LIB_NAME``. Since 5.41.0.
#
# ``INSTALL`` will cause the module to be installed to the ``pkgconfig``
# subdirectory of ``LIB_INSTALL_DIR``, unless the ``ECM_PKGCONFIG_INSTALL_DIR``
@@ -71,7 +71,6 @@
# )
#
# Since 1.3.0.
-# ``DESCRIPTION`` available since 5.1.41
#
#=============================================================================