diff options
-rw-r--r-- | doc/source/format_declaring.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/source/format_declaring.rst b/doc/source/format_declaring.rst index 39c099dcf..4631ee3e8 100644 --- a/doc/source/format_declaring.rst +++ b/doc/source/format_declaring.rst @@ -197,7 +197,7 @@ building sources which use autotools. Element default configurations can be over in the ``project.conf`` file and additionally overridden in the declaration of an element. For meaningful documentation on what can be specified in the ``config`` section for a given -element ``kind``, refer to the element specific documentation. +element ``kind``, refer to the :ref:`element specific documentation <plugins>`. .. _format_public: @@ -223,6 +223,9 @@ An element is allowed to read domain data from any element it depends on, and us may specify additional domains to be understood and processed by their own element plugins. +The public data keys which are recognized under the ``bst`` domain +can be viewed in detail in the :ref:`builtin public data <public_builtin>` section. + .. _format_sandbox: |