mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Drop () from function in documentation
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1441,7 +1441,7 @@ headers___fix() {
|
||||
"$@"
|
||||
}
|
||||
|
||||
# @FUNCTION: kernel-2_src_unpack()
|
||||
# @FUNCTION: kernel-2_src_unpack
|
||||
# @USAGE:
|
||||
# @DESCRIPTION:
|
||||
# unpack sources, handle genpatches, deblob
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user