summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/extensible.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sdk-manual/extensible.rst')
-rw-r--r--documentation/sdk-manual/extensible.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst
index e8a0a5b3ce..7c7ceb695a 100644
--- a/documentation/sdk-manual/extensible.rst
+++ b/documentation/sdk-manual/extensible.rst
@@ -1079,9 +1079,8 @@ does not include complete instructions for building the software.
1079Instead, common functionality is encapsulated in classes inherited with 1079Instead, common functionality is encapsulated in classes inherited with
1080the ``inherit`` directive. This technique leaves the recipe to describe 1080the ``inherit`` directive. This technique leaves the recipe to describe
1081just the things that are specific to the software being built. There is 1081just the things that are specific to the software being built. There is
1082a :ref:`base <ref-classes-base>` class that 1082a :ref:`ref-classes-base` class that is implicitly inherited by all recipes
1083is implicitly inherited by all recipes and provides the functionality 1083and provides the functionality that most recipes typically need.
1084that most recipes typically need.
1085 1084
1086The remainder of this section presents information useful when working 1085The remainder of this section presents information useful when working
1087with recipes. 1086with recipes.