summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-09-17 04:01:32 +1000
committerMichael Palimaka <kensington@gentoo.org>2014-09-17 04:01:32 +1000
commit8626002682b0035ebcd61d90f8354c3339e0de58 (patch)
tree3292398dc77145c5b1e978d6f8467a4feef8ff64
parent7d740cfd3fa826c5d0100cc5e764dbc34eefa027 (diff)
downloadkde-8626002682b0035ebcd61d90f8354c3339e0de58.tar.gz
kde-8626002682b0035ebcd61d90f8354c3339e0de58.tar.bz2
kde-8626002682b0035ebcd61d90f8354c3339e0de58.zip
[eclass] Add function usage doc as per review from pesa.
-rw-r--r--eclass/kde5-functions.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 8eae78f2222..55ce45b41b3 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -56,7 +56,7 @@ fi
export KDE_BUILD_TYPE
# @FUNCTION: comment_add_subdirectory
-# @USAGE: subdirectory
+# @USAGE: <subdirectory>
# @DESCRIPTION:
# Comment out an add_subdirectory call in CMakeLists.txt in the current directory
comment_add_subdirectory() {
@@ -101,6 +101,7 @@ _add_kdecategory_dep() {
}
# @FUNCTION: add_frameworks_dep
+# @USAGE: <package> [USE flags] [minimum version]
# @DESCRIPTION:
# Create proper dependency for kde-frameworks/ dependencies.
# This takes 1 to 3 arguments. The first being the package name, the optional
@@ -124,6 +125,7 @@ add_frameworks_dep() {
}
# @FUNCTION: add_kdebase_dep
+# @USAGE: <package> [USE flags] [minimum version]
# @DESCRIPTION:
# Create proper dependency for kde-base/ dependencies.
# This takes 1 to 3 arguments. The first being the package name, the optional