summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBELOUARGA Mohamed <m.belouarga@technologyandstrategy.com>2024-03-18 20:16:11 +0100
committerSteve Sakoman <steve@sakoman.com>2024-04-05 07:24:00 -0700
commit77e76a23c4d77a935a88d6c30258b11137000439 (patch)
tree45c69962175e88c7552197bf6051d352b4591d2c
parent2b4a64396e423160ac65ae4c017b42e37e94e49d (diff)
downloadpoky-77e76a23c4d77a935a88d6c30258b11137000439.tar.gz
ref-manual: add documentation of the variable SPDX_NAMESPACE_PREFIX
The documentation of the variable SPDX_NAMESPACE_PREFIX does not exist. This variable is used to change the prefix of some links in SPDX docs. (From yocto-docs rev: 0055b7ea1cdf72359695e08fe6d2ca9a405fba51) Signed-off-by: BELOUARGA Mohamed <m.belouarga@technologyandstrategy.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--documentation/ref-manual/variables.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index aa1d5f393d..5e5b688878 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -7521,6 +7521,11 @@ system and gives an overview of their function and contents.
7521 image), compared to just using the 7521 image), compared to just using the
7522 :ref:`create-spdx <ref-classes-create-spdx>` class with no option. 7522 :ref:`create-spdx <ref-classes-create-spdx>` class with no option.
7523 7523
7524 :term:`SPDX_NAMESPACE_PREFIX`
7525 This option could be used in order to change the prefix of ``spdxDocument``
7526 and the prefix of ``documentNamespace``. It is set by default to
7527 ``http://spdx.org/spdxdoc``.
7528
7524 :term:`SPDX_PRETTY` 7529 :term:`SPDX_PRETTY`
7525 This option makes the SPDX output more human-readable, using 7530 This option makes the SPDX output more human-readable, using
7526 identation and newlines, instead of the default output in a 7531 identation and newlines, instead of the default output in a