diff options
-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 4571f2522c..435481c9aa 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -7911,6 +7911,11 @@ system and gives an overview of their function and contents. | |||
7911 | image), compared to just using the :ref:`ref-classes-create-spdx` class | 7911 | image), compared to just using the :ref:`ref-classes-create-spdx` class |
7912 | with no option. | 7912 | with no option. |
7913 | 7913 | ||
7914 | :term:`SPDX_NAMESPACE_PREFIX` | ||
7915 | This option could be used in order to change the prefix of ``spdxDocument`` | ||
7916 | and the prefix of ``documentNamespace``. It is set by default to | ||
7917 | ``http://spdx.org/spdxdoc``. | ||
7918 | |||
7914 | :term:`SPDX_PRETTY` | 7919 | :term:`SPDX_PRETTY` |
7915 | This option makes the SPDX output more human-readable, using | 7920 | This option makes the SPDX output more human-readable, using |
7916 | identation and newlines, instead of the default output in a | 7921 | identation and newlines, instead of the default output in a |