Skip to content

Commit

Permalink
Drop () from function in documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Mar 19, 2017
1 parent 7131191 commit 9ffb83c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eclass/confutils.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion eclass/java-osgi.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion eclass/kernel-2.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@ headers___fix() {
"$@"
}

# @FUNCTION: kernel-2_src_unpack()
# @FUNCTION: kernel-2_src_unpack
# @USAGE:
# @DESCRIPTION:
# unpack sources, handle genpatches, deblob
Expand Down
2 changes: 1 addition & 1 deletion eclass/ruby-fakegem.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9ffb83c

Please sign in to comment.