Skip to content

Commit

Permalink
multilib-build.eclass: Mark variable classes in eclassdoc
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jul 4, 2020
1 parent 82e2fae commit 3e76aa7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eclass/multilib-build.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
#
Expand Down Expand Up @@ -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
Expand All @@ -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},
Expand Down

0 comments on commit 3e76aa7

Please sign in to comment.