summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-05-16 14:34:57 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-05-16 15:18:07 +0900
commitcb24a1d836b0208923c7728dd6de6cfd310e5532 (patch)
treea814498a587f9a6e9735e8ebda60afe9fdf69f52
parentb9dea6663be401c5afe8494332328509b9425098 (diff)
downloadbuildstream-cb24a1d836b0208923c7728dd6de6cfd310e5532.tar.gz
doc/source/projectconf.rst: Added link anchors for project option types
-rw-r--r--doc/source/projectconf.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/projectconf.rst b/doc/source/projectconf.rst
index ece9d3760..da43e6b3e 100644
--- a/doc/source/projectconf.rst
+++ b/doc/source/projectconf.rst
@@ -317,6 +317,8 @@ All option types accept the following common attributes
digit.
+.. _project_options_bool:
+
Boolean
~~~~~~~
The ``bool`` option type allows specifying boolean values which
@@ -363,6 +365,8 @@ When exporting boolean options as variables, a ``True`` option value
will be exported as ``1`` and a ``False`` option as ``0``
+.. _project_options_enum:
+
Enumeration
~~~~~~~~~~~
The ``enum`` option type allows specifying a string value
@@ -404,6 +408,8 @@ When exporting enumeration options as variables, the value is
exported as a variable directly, as it is a simple string.
+.. _project_options_flags:
+
Flags
~~~~~
The ``flags`` option type allows specifying a list of string
@@ -449,6 +455,8 @@ When exporting flags options as variables, the value is
exported as a comma separated list of selected value strings.
+.. _project_options_arch:
+
Architecture
~~~~~~~~~~~~
The ``arch`` option type is special enumeration option which
@@ -472,6 +480,8 @@ Architecture options can be tested with the same expressions
as other Enumeration options.
+.. _project_options_element_mask:
+
Element mask
~~~~~~~~~~~~
The ``element-mask`` option type is a special Flags option