commit: 9ffb83caff06c638390a0ace7d8547bd39cfd32c
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 10:24:46 2017 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 10:25:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ffb83ca
Drop () from function in documentation
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
eclass/confutils.eclass | 2 +-
eclass/java-osgi.eclass | 2 +-
eclass/kernel-2.eclass | 2 +-
eclass/ruby-fakegem.eclass | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/eclass/confutils.eclass b/eclass/confutils.eclass
index 3a2531cd9e8..cfd1a64d9a0 100644
--- a/eclass/confutils.eclass
+++ b/eclass/confutils.eclass
@@ -452,7 +452,7 @@ enable_extension_enable_built_with() {
fi
}
-# @FUNCTION: enable_extension_with_built_with ()
+# @FUNCTION: enable_extension_with_built_with
# @USAGE: <foreign> <flag> <extension> [shared] [extra conf] [msg]
# @DESCRIPTION:
# This function is like enable_extension_with(), except that it
diff --git a/eclass/java-osgi.eclass b/eclass/java-osgi.eclass
index 6240b853b67..bb8c1d8575b 100644
--- a/eclass/java-osgi.eclass
+++ b/eclass/java-osgi.eclass
@@ -243,7 +243,7 @@ java-osgi_newjar-fromfile() {
fi
}
-# @FUNCTION: java-osgi_dojar-fromfile()
+# @FUNCTION: java-osgi_dojar-fromfile
# @USAGE: <jar to repackage with OSGi> <Manifest file> <bundle name>
# @DESCRIPTION:
# This function produces an OSGi compliant jar from a given manifestfile.
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 264b0b426a2..db4a3bf7204 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -1441,7 +1441,7 @@ headers___fix() {
"$@"
}
-# @FUNCTION: kernel-2_src_unpack()
+# @FUNCTION: kernel-2_src_unpack
# @USAGE:
# @DESCRIPTION:
# unpack sources, handle genpatches, deblob
diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass
index b1795fa46c9..230f55d7cfe 100644
--- a/eclass/ruby-fakegem.eclass
+++ b/eclass/ruby-fakegem.eclass
@@ -206,7 +206,7 @@ ruby_fakegem_doins() {
) || die "failed $0 $@"
}
-# @FUNCTION: ruby_fakegem_newsins()
+# @FUNCTION: ruby_fakegem_newsins
# @USAGE: file filename
# @DESCRIPTION:
# Installs the specified file into the gems directory using the provided
filename.