[Lldb-commits] [lldb] 1d75d42 - [lldb][Docs] Update links in Data Formatter section (#66474)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 15 08:39:53 PDT 2023
Author: David Spickett
Date: 2023-09-15T16:39:49+01:00
New Revision: 1d75d426895b9d54509cfafa53d01bb5bd6266d0
URL: https://github.com/llvm/llvm-project/commit/1d75d426895b9d54509cfafa53d01bb5bd6266d0
DIFF: https://github.com/llvm/llvm-project/commit/1d75d426895b9d54509cfafa53d01bb5bd6266d0.diff
LOG: [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.
Added:
Modified:
lldb/docs/resources/overview.rst
Removed:
################################################################################
diff --git a/lldb/docs/resources/overview.rst b/lldb/docs/resources/overview.rst
index b76af384e08b978..054fcbfea2164c2 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
----------
More information about the lldb-commits
mailing list