summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2017-02-24 22:52:49 +0100
committerMartin Väth <martin@mvath.de>2017-02-24 22:52:49 +0100
commit2e4c0b9053662029fbce3234f4803350bfd006a8 (patch)
tree251cbe9b8ed45683656b9162e9bbb1d9360b7529 /eclass/mv_mozextension-r1.eclass
parentapp-misc/knapsack: New ebuild (diff)
downloadmv-2e4c0b9053662029fbce3234f4803350bfd006a8.tar.gz
mv-2e4c0b9053662029fbce3234f4803350bfd006a8.tar.bz2
mv-2e4c0b9053662029fbce3234f4803350bfd006a8.zip
mv_mozextension-r1.eclass: Fix documentation
Diffstat (limited to 'eclass/mv_mozextension-r1.eclass')
-rw-r--r--eclass/mv_mozextension-r1.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/mv_mozextension-r1.eclass b/eclass/mv_mozextension-r1.eclass
index 05020849..ea5e28e7 100644
--- a/eclass/mv_mozextension-r1.eclass
+++ b/eclass/mv_mozextension-r1.eclass
@@ -100,16 +100,18 @@ moz_install${o}
MOZ_DEPEND='app-arch/unzip'
# @FUNCTION: moz_atom
-# @DEFAULTUNSET
# @USAGE: <browser>
+# @DESCRIPTION:
# Prints the atom/subexpression used in RDEPEND for the corresponding browser,
# e.g. www-client/firefox-bin
# browser is one of (firefox|palemoon|seamonkey)(-source|-bin)
# If nothing is printed, the output of "moz_atom_default <browser>" is used.
# moz_atom is meant to be defined by the ebuild if non-defaults are used.
+# @DEFAULT_UNSET
# @FUNCTION: moz_atom_default
# @USAGE: <browser>
+# @DESCRIPTION:
# Prints the atom/subexpression used in RDEPEND for the corresponding browser,
# when moz_atom is not defined or prints nothing.
# brower is one of (firefox|palemoon|seamonkey)(-source|-bin)