mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
multibuild.eclass: Mark variable classes in eclassdoc
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user