summaryrefslogtreecommitdiff
path: root/buildstream/buildelement.py
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2018-10-24 23:39:22 +0100
committerChandan Singh <csingh43@bloomberg.net>2018-10-25 16:26:39 +0100
commitdb2a676e292f2970c4d03661c5ed7db63717f744 (patch)
tree9aadc2949fec507a19f586e082583a1301de7d54 /buildstream/buildelement.py
parent23140b6b41718db884f16b967ac63af35431f85f (diff)
downloadbuildstream-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/buildelement.py')
-rw-r--r--buildstream/buildelement.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildstream/buildelement.py b/buildstream/buildelement.py
index e57ca1c79..48b7f2423 100644
--- a/buildstream/buildelement.py
+++ b/buildstream/buildelement.py
@@ -23,6 +23,8 @@ BuildElement - Abstract class for build elements
The BuildElement class is a convenience element one can derive from for
implementing the most common case of element.
+.. _core_buildelement_builtins:
+
Built-in functionality
----------------------