aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2023-09-18 13:20:42 +0100
committerDavid Spickett <david.spickett@linaro.org>2023-09-18 13:20:42 +0100
commit1a8b36b16c3778dc458182ea342904e574b008c7 (patch)
tree5d370a503e64d6303b051ffe6cae895ac0c0d386
parent7b4b09a59a75dcfdfd7bc7c5283535091550ad7a (diff)
downloadllvm-1a8b36b16c3778dc458182ea342904e574b008c7.zip
llvm-1a8b36b16c3778dc458182ea342904e574b008c7.tar.gz
llvm-1a8b36b16c3778dc458182ea342904e574b008c7.tar.bz2
[lldb][Docs] Link up the newly restored data formatters page
In the place it used to be linked from.
-rw-r--r--lldb/docs/resources/dataformatters.rst3
-rw-r--r--lldb/docs/resources/overview.rst4
2 files changed, 4 insertions, 3 deletions
diff --git a/lldb/docs/resources/dataformatters.rst b/lldb/docs/resources/dataformatters.rst
index a5b6261..13d687e 100644
--- a/lldb/docs/resources/dataformatters.rst
+++ b/lldb/docs/resources/dataformatters.rst
@@ -4,8 +4,7 @@ Data Formatters
This page is an introduction to the design of the LLDB data formatters
subsystem. The intended target audience are people interested in understanding
or modifying the formatters themselves rather than writing a specific data
-formatter. For this latter purpose, the user documentation about formatters is
-the main relevant document which one should refer to.
+formatter. For the latter, refer to :doc:`/use/variable/`.
This page also highlights some open areas for improvement to the general
subsystem, and more evolutions not anticipated here are certainly possible.
diff --git a/lldb/docs/resources/overview.rst b/lldb/docs/resources/overview.rst
index 054fcbf..dbdfb98 100644
--- a/lldb/docs/resources/overview.rst
+++ b/lldb/docs/resources/overview.rst
@@ -92,7 +92,9 @@ layers to the implementation: DataVisualization at the highest end of the
spectrum, backed by classes implementing individual formatters, matching rules,
etc.
-For an introduction to data formatters, see :doc:`/use/variable`.
+For a general user-level introduction to data formatters, see :doc:`/use/variable`.
+
+More details on their architecture can be found in :doc:`/resources/dataformatters`.
Expression
----------