commit:     8626002682b0035ebcd61d90f8354c3339e0de58
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 16 18:01:32 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Sep 16 18:01:32 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=86260026

[eclass] Add function usage doc as per review from pesa.

---
 eclass/kde5-functions.eclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 8eae78f..55ce45b 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

Reply via email to