diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-10-12 00:45:36 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-10-12 00:45:36 +0900 |
commit | 9dc10cc7102582a7c7127b5d28c1dc1e40d3e0b4 (patch) | |
tree | 5cbff17a9d6d61aa2d65c4264db6bfedbbc7e0f2 | |
parent | 4f0bfb4ae0551b1ee10af90a1505c973c9c7863b (diff) | |
download | buildstream-9dc10cc7102582a7c7127b5d28c1dc1e40d3e0b4.tar.gz |
doc/source/core_framework.rst: Include the foundation types in the API docs.
-rw-r--r-- | doc/source/core_framework.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/core_framework.rst b/doc/source/core_framework.rst index c3b84a9b1..a66f3640f 100644 --- a/doc/source/core_framework.rst +++ b/doc/source/core_framework.rst @@ -12,6 +12,7 @@ useful for working on BuildStream itself. .. toctree:: :maxdepth: 1 + buildstream.types buildstream.plugin buildstream.source buildstream.element |