commit: 8126ab066460180af89c4a6b5f705050ee991927
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 16 20:37:42 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 20:56:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8126ab06
eclass/cvs: fixup documentation
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
eclass/cvs.eclass | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass
index 26706cd74d1..f3d0d4f6b45 100644
--- a/eclass/cvs.eclass
+++ b/eclass/cvs.eclass
@@ -13,6 +13,11 @@
# cvs_src_unpack. If you find that you need to call the cvs_* functions
# directly, I'd be interested to hear about it.
+# @ECLASS-VARIABLE: _CVS_ECLASS
+# @INTERNAL
+# @DESCRIPTION:
+# Please document
+
if [[ -z ${_CVS_ECLASS} ]]; then
_CVS_ECLASS=1
@@ -195,6 +200,11 @@ case ${EAPI:-0} in
esac
# called from cvs_src_unpack
+
+# @FUNCTION: cvs_fetch
+# @DESCRIPTION:
+# Fetch CVS repo
+
cvs_fetch() {
# Make these options local variables so that the global values are
# not affected by modifications in this function.