summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2024-01-14 17:46:59 -0500
committerMichael Orlitzky <mjo@gentoo.org>2024-01-22 06:29:22 -0500
commite8a50793cdcc5c952757f595d6109df40258a09b (patch)
treeaba160f09b786cb7eb9f75110658d294de58a233
parentgap-pkg.eclass: default GAP_PKG_HTML_DOCDIR=doc at the top-level (diff)
downloadgentoo-e8a50793cdcc5c952757f595d6109df40258a09b.tar.gz
gentoo-e8a50793cdcc5c952757f595d6109df40258a09b.tar.bz2
gentoo-e8a50793cdcc5c952757f595d6109df40258a09b.zip
gap-pkg.eclass: add two missing eclassdoc colons
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
-rw-r--r--eclass/gap-pkg.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/gap-pkg.eclass b/eclass/gap-pkg.eclass
index bcb8e2be23a8..956ce124f22f 100644
--- a/eclass/gap-pkg.eclass
+++ b/eclass/gap-pkg.eclass
@@ -234,9 +234,9 @@ gap-pkg_src_test() {
|| die "test suite failed, see test-suite.log"
}
-# @ECLASS_VARIABLE GAP_PKG_EXTRA_INSTALL
+# @ECLASS_VARIABLE: GAP_PKG_EXTRA_INSTALL
# @DEFAULT_UNSET
-# @DESCRIPTION
+# @DESCRIPTION:
# A bash array of extra files and directories to install recursively at
# the root of this package's directory tree. For example, if you have a
# package that mostly follows the suggested layout (described in the
@@ -248,8 +248,8 @@ gap-pkg_src_test() {
# to install the data directory without having to override the entire
# src_install phase.
-# @ECLASS_VARIABLE GAP_PKG_HTML_DOCDIR
-# @DESCRIPTION
+# @ECLASS_VARIABLE: GAP_PKG_HTML_DOCDIR
+# @DESCRIPTION:
# The directory inside the tarball where the HTML documentation is
# located. This is _usually_ "doc", which conforms to the suggested
# GAPDoc layout and is the default value of this variable. Many