diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2018-10-24 23:39:22 +0100 |
---|---|---|
committer | Chandan Singh <csingh43@bloomberg.net> | 2018-10-25 16:26:39 +0100 |
commit | db2a676e292f2970c4d03661c5ed7db63717f744 (patch) | |
tree | 9aadc2949fec507a19f586e082583a1301de7d54 /buildstream/plugins/elements/autotools.py | |
parent | 23140b6b41718db884f16b967ac63af35431f85f (diff) | |
download | buildstream-chandan/source-doc-directory.tar.gz |
build elements: Add reference to BuildElement's built-in configchandan/source-doc-directory
For each element plugin derived from BuildElement, add reference to the
built-in functionality documentation of BuildElement.
* buildelement.py: Add anchor for built-in functionality.
* plugins/elements/*.py: Add refence to BuildElement's built-in
functionality for each build element.
Related to #713.
Diffstat (limited to 'buildstream/plugins/elements/autotools.py')
-rw-r--r-- | buildstream/plugins/elements/autotools.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buildstream/plugins/elements/autotools.py b/buildstream/plugins/elements/autotools.py index cf5e85661..43fe7add4 100644 --- a/buildstream/plugins/elements/autotools.py +++ b/buildstream/plugins/elements/autotools.py @@ -50,6 +50,9 @@ Here is the default configuration for the ``autotools`` element in full: .. literalinclude:: ../../../buildstream/plugins/elements/autotools.yaml :language: yaml + +See :ref:`built-in functionality documentation <core_buildelement_builtins>` for +details on common configuration options for build elements. """ from buildstream import BuildElement |