diff options
Diffstat (limited to 'documentation/ref-manual')
-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 20563d61f7..62e339ed81 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -8420,6 +8420,11 @@ system and gives an overview of their function and contents. | |||
8420 | and the prefix of ``documentNamespace``. It is set by default to | 8420 | and the prefix of ``documentNamespace``. It is set by default to |
8421 | ``http://spdx.org/spdxdoc``. | 8421 | ``http://spdx.org/spdxdoc``. |
8422 | 8422 | ||
8423 | :term:`SPDX_PACKAGE_VERSION` | ||
8424 | This variable controls the package version as seen in the SPDX 3.0 JSON | ||
8425 | output (``software_packageVersion``). The default value for this variable | ||
8426 | is :term:`PV`. | ||
8427 | |||
8423 | :term:`SPDX_PRETTY` | 8428 | :term:`SPDX_PRETTY` |
8424 | This option makes the SPDX output more human-readable, using | 8429 | This option makes the SPDX output more human-readable, using |
8425 | identation and newlines, instead of the default output in a | 8430 | identation and newlines, instead of the default output in a |