summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-03-15 22:44:45 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-03-15 23:21:16 +0900
commit6032779b5fd2a3f99ff48e18c212ae12d6f757f9 (patch)
treeccaa33682046510a1bb4f6680ba8e4c25d359bba /doc/source/index.rst
parent3750d07619dc07e320201cae5cb697cca6d53921 (diff)
downloadbuildstream-6032779b5fd2a3f99ff48e18c212ae12d6f757f9.tar.gz
Added new compose element
This creates a selective composition of its dependencies.
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r--doc/source/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index cd17bf0dd..c2f8d2270 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -36,6 +36,7 @@ The following element types are provided with BuildStream:
* :mod:`stack` - Symbolic Element for dependency grouping
* :mod:`import` - Import sources directly
+* :mod:`compose` - Compose the output of multiple elements
* :mod:`manual` - Manual Build Element
* :mod:`autotools` - Autotools Build Element
* :mod:`cmake` - CMake Build Element