diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-04 09:08:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-04 09:15:17 +0200 |
commit | d1994bd0457725c55a17b3e91f9867975198b6aa (patch) | |
tree | e86b5b8c1ff34ccab2882e86428927bdd7732ab5 /eclass/git-r3.eclass | |
parent | ada.eclass: Mark variable class in eclassdoc (diff) | |
download | gentoo-d1994bd0457725c55a17b3e91f9867975198b6aa.tar.gz gentoo-d1994bd0457725c55a17b3e91f9867975198b6aa.tar.bz2 gentoo-d1994bd0457725c55a17b3e91f9867975198b6aa.zip |
git-r3.eclass: Mark variable classes in eclassdoc
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/git-r3.eclass')
-rw-r--r-- | eclass/git-r3.eclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass index e0cf41e4342f..6c75d11218ce 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. # |