summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-04 09:00:09 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-04 09:15:11 +0200
commit3e76aa7738eb60dbe23619f17b6feec277126ce2 (patch)
tree9ce5655bb95e5ffeb41b176a5543b27e94ddc843 /eclass
parentmultibuild.eclass: Mark variable classes in eclassdoc (diff)
downloadgentoo-3e76aa7738eb60dbe23619f17b6feec277126ce2.tar.gz
gentoo-3e76aa7738eb60dbe23619f17b6feec277126ce2.tar.bz2
gentoo-3e76aa7738eb60dbe23619f17b6feec277126ce2.zip
multilib-build.eclass: Mark variable classes in eclassdoc
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/multilib-build.eclass5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass
index 828fc772066f..620bdcedce58 100644
--- a/eclass/multilib-build.eclass
+++ b/eclass/multilib-build.eclass
@@ -79,6 +79,7 @@ readonly _MULTILIB_FLAGS
# @CODE
# @ECLASS-VARIABLE: MULTILIB_USEDEP
+# @OUTPUT_VARIABLE
# @DESCRIPTION:
# The USE-dependency to be used on dependencies (libraries) needing
# to support multilib as well.
@@ -90,7 +91,7 @@ readonly _MULTILIB_FLAGS
# @CODE
# @ECLASS-VARIABLE: MULTILIB_ABI_FLAG
-# @DEFAULT_UNSET
+# @OUTPUT_VARIABLE
# @DESCRIPTION:
# The complete ABI name. Resembles the USE flag name.
#
@@ -320,6 +321,7 @@ multilib_copy_sources() {
}
# @ECLASS-VARIABLE: MULTILIB_WRAPPED_HEADERS
+# @DEFAULT_UNSET
# @DESCRIPTION:
# A list of headers to wrap for multilib support. The listed headers
# will be moved to a non-standard location and replaced with a file
@@ -342,6 +344,7 @@ multilib_copy_sources() {
# @CODE
# @ECLASS-VARIABLE: MULTILIB_CHOST_TOOLS
+# @DEFAULT_UNSET
# @DESCRIPTION:
# A list of tool executables to preserve for each multilib ABI.
# The listed executables will be renamed to ${CHOST}-${basename},