commit: d1994bd0457725c55a17b3e91f9867975198b6aa
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 4 07:08:47 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 4 07:15:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1994bd0
git-r3.eclass: Mark variable classes in eclassdoc
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
eclass/git-r3.eclass | 3 +++
1 file changed, 3 insertions(+)
diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass
index e0cf41e4342..6c75d11218c 100644
--- a/eclass/git-r3.eclass
+++ b/eclass/git-r3.eclass
@@ -90,6 +90,8 @@ fi
: ${EGIT_MIN_CLONE_TYPE:=shallow}
# @ECLASS-VARIABLE: EGIT3_STORE_DIR
+# @USER_VARIABLE
+# @DEFAULT_UNSET
# @DESCRIPTION:
# Storage directory for git sources.
#
@@ -176,6 +178,7 @@ fi
# to the merge commit date.
# @ECLASS-VARIABLE: EGIT_CHECKOUT_DIR
+# @DEFAULT_UNSET
# @DESCRIPTION:
# The directory to check the git sources out to.
#