From b23f4198a22a7bdc6cdbc5f8a63e1fd94e8f8bdd Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Sun, 10 Feb 2019 23:25:54 +0100 Subject: 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 --- modules/ECMGeneratePkgConfigFile.cmake | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules/ECMGeneratePkgConfigFile.cmake') 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 ] # [LIB_INSTALL_DIR ] # [DEFINES -D...] -# [DESCRIPTION ] +# [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 # #============================================================================= -- cgit v1.2.1