diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-04 08:58:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-04 09:15:10 +0200 |
commit | 82e2faef9c78609b66eaf31850fe10d51d1d956e (patch) | |
tree | 9aed7816c2263f687e5e9774bf404259b58c2004 /eclass/multibuild.eclass | |
parent | acct-user.eclass: Fix eclassdoc tag order (diff) | |
download | gentoo-82e2faef9c78609b66eaf31850fe10d51d1d956e.tar.gz gentoo-82e2faef9c78609b66eaf31850fe10d51d1d956e.tar.bz2 gentoo-82e2faef9c78609b66eaf31850fe10d51d1d956e.zip |
multibuild.eclass: Mark variable classes in eclassdoc
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/multibuild.eclass')
-rw-r--r-- | eclass/multibuild.eclass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/eclass/multibuild.eclass b/eclass/multibuild.eclass index 169c0fa00843..dd5d627ad960 100644 --- a/eclass/multibuild.eclass +++ b/eclass/multibuild.eclass @@ -27,6 +27,7 @@ esac if [[ ! ${_MULTIBUILD} ]]; then # @ECLASS-VARIABLE: MULTIBUILD_VARIANTS +# @REQUIRED # @DESCRIPTION: # An array specifying all enabled variants which multibuild_foreach* # can execute the process for. @@ -43,6 +44,7 @@ if [[ ! ${_MULTIBUILD} ]]; then # @CODE # @ECLASS-VARIABLE: MULTIBUILD_VARIANT +# @OUTPUT_VARIABLE # @DESCRIPTION: # The current variant which the function was executed for. # @@ -52,6 +54,7 @@ if [[ ! ${_MULTIBUILD} ]]; then # @CODE # @ECLASS-VARIABLE: MULTIBUILD_ID +# @OUTPUT_VARIABLE # @DESCRIPTION: # The unique identifier for a multibuild run. In a simple run, it is # equal to MULTIBUILD_VARIANT. In a nested multibuild environment, it @@ -65,6 +68,8 @@ if [[ ! ${_MULTIBUILD} ]]; then # @CODE # @ECLASS-VARIABLE: BUILD_DIR +# @OUTPUT_VARIABLE +# @DEFAULT_UNSET # @DESCRIPTION: # The current build directory. In global scope, it is supposed # to contain an 'initial' build directory. If unset, ${S} is used. |