summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-04 09:12:14 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-04 09:15:18 +0200
commite6db3b08fa17fe10b8281c2be78c4c9524ac3e0c (patch)
tree0fe5dd1bd4a827ca3307f409a111a2ccd04fecf5 /eclass/mozcoreconf-v6.eclass
parentgit-r3.eclass: Mark variable classes in eclassdoc (diff)
downloadgentoo-e6db3b08fa17fe10b8281c2be78c4c9524ac3e0c.tar.gz
gentoo-e6db3b08fa17fe10b8281c2be78c4c9524ac3e0c.tar.bz2
gentoo-e6db3b08fa17fe10b8281c2be78c4c9524ac3e0c.zip
mozcoreconf-v*.eclass: Fix eclassdoc
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/mozcoreconf-v6.eclass')
-rw-r--r--eclass/mozcoreconf-v6.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass
index 04320849a747..045aabc164c8 100644
--- a/eclass/mozcoreconf-v6.eclass
+++ b/eclass/mozcoreconf-v6.eclass
@@ -51,8 +51,8 @@ mozconfig_use_enable() {
mozconfig_annotate "$(use $1 && echo +$1 || echo -$1)" "${flag}"
}
-# @FUNCTION mozconfig_use_with
-# @DESCRIPTION
+# @FUNCTION: mozconfig_use_with
+# @DESCRIPTION:
# add a line to .mozconfig based on a USE-flag
#
# Example:
@@ -63,8 +63,8 @@ mozconfig_use_with() {
mozconfig_annotate "$(use $1 && echo +$1 || echo -$1)" "${flag}"
}
-# @FUNCTION mozconfig_use_extension
-# @DESCRIPTION
+# @FUNCTION: mozconfig_use_extension
+# @DESCRIPTION:
# enable or disable an extension based on a USE-flag
#
# Example: