diff options
Diffstat (limited to 'buildstream/buildelement.py')
-rw-r--r-- | buildstream/buildelement.py | 2 |
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 ---------------------- |