diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 5 |
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 |