Drop () from function in documentation

Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2017-03-19 10:24:46 +00:00
parent 7131191b36
commit 9ffb83caff
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -1441,7 +1441,7 @@ headers___fix() {
"$@"
}
# @FUNCTION: kernel-2_src_unpack()
# @FUNCTION: kernel-2_src_unpack
# @USAGE:
# @DESCRIPTION:
# unpack sources, handle genpatches, deblob

View File

@@ -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.