aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2023-09-15 16:39:49 +0100
committerGitHub <noreply@github.com>2023-09-15 16:39:49 +0100
commit1d75d426895b9d54509cfafa53d01bb5bd6266d0 (patch)
tree2446782fdf48e4dde18b86567aab63662661870d
parent57cf6896cd5a48d6978372b9e0fa93fa5381bbba (diff)
downloadllvm-1d75d426895b9d54509cfafa53d01bb5bd6266d0.zip
llvm-1d75d426895b9d54509cfafa53d01bb5bd6266d0.tar.gz
llvm-1d75d426895b9d54509cfafa53d01bb5bd6266d0.tar.bz2
[lldb][Docs] Update links in Data Formatter section (#66474)
Neither actually linked anywhere, but I did find a good target for the introduction. For the architecture side I don't see a page that would fit, so I've just removed the sentence.
-rw-r--r--lldb/docs/resources/overview.rst8
1 files changed, 3 insertions, 5 deletions
diff --git a/lldb/docs/resources/overview.rst b/lldb/docs/resources/overview.rst
index b76af38..054fcbf 100644
--- a/lldb/docs/resources/overview.rst
+++ b/lldb/docs/resources/overview.rst
@@ -80,8 +80,8 @@ wide variety of classes are implemented:
- Source manager
- Value objects
-Dataformatters
---------------
+Data Formatters
+---------------
A collection of classes that implement the data formatters subsystem.
@@ -92,9 +92,7 @@ layers to the implementation: DataVisualization at the highest end of the
spectrum, backed by classes implementing individual formatters, matching rules,
etc.
-For a general user-level introduction to data formatters, you can look here.
-
-More details on the architecture are to be found here.
+For an introduction to data formatters, see :doc:`/use/variable`.
Expression
----------