summaryrefslogtreecommitdiff
path: root/buildstream/plugins/elements/autotools.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/plugins/elements/autotools.py')
-rw-r--r--buildstream/plugins/elements/autotools.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/buildstream/plugins/elements/autotools.py b/buildstream/plugins/elements/autotools.py
index 5f54c3953..93fc6be87 100644
--- a/buildstream/plugins/elements/autotools.py
+++ b/buildstream/plugins/elements/autotools.py
@@ -18,8 +18,9 @@
# Authors:
# Tristan Van Berkom <tristan.vanberkom@codethink.co.uk>
-"""Autotools build element
-
+"""
+autotools - Autotools build element
+===================================
This is a :mod:`BuildElement <buildstream.buildelement>` implementation for
using Autotools build scripts (also known as the `GNU Build System
<https://en.wikipedia.org/wiki/GNU_Build_System>`_).