summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/error-reporting-tool.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/error-reporting-tool.rst')
-rw-r--r--documentation/dev-manual/error-reporting-tool.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/error-reporting-tool.rst b/documentation/dev-manual/error-reporting-tool.rst
index 6854f1046a..84f3d9cd1e 100644
--- a/documentation/dev-manual/error-reporting-tool.rst
+++ b/documentation/dev-manual/error-reporting-tool.rst
@@ -27,9 +27,9 @@ Enabling and Using the Tool
27=========================== 27===========================
28 28
29By default, the error reporting tool is disabled. You can enable it by 29By default, the error reporting tool is disabled. You can enable it by
30inheriting the :ref:`report-error <ref-classes-report-error>` 30inheriting the :ref:`ref-classes-report-error` class by adding the
31class by adding the following statement to the end of your 31following statement to the end of your ``local.conf`` file in your
32``local.conf`` file in your :term:`Build Directory`:: 32:term:`Build Directory`::
33 33
34 INHERIT += "report-error" 34 INHERIT += "report-error"
35 35