Skip to content

Commit 1a8b36b

Browse files
committed
[lldb][Docs] Link up the newly restored data formatters page
In the place it used to be linked from.
1 parent 7b4b09a commit 1a8b36b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

lldb/docs/resources/dataformatters.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ Data Formatters
44
This page is an introduction to the design of the LLDB data formatters
55
subsystem. The intended target audience are people interested in understanding
66
or modifying the formatters themselves rather than writing a specific data
7-
formatter. For this latter purpose, the user documentation about formatters is
8-
the main relevant document which one should refer to.
7+
formatter. For the latter, refer to :doc:`/use/variable/`.
98

109
This page also highlights some open areas for improvement to the general
1110
subsystem, and more evolutions not anticipated here are certainly possible.

lldb/docs/resources/overview.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ layers to the implementation: DataVisualization at the highest end of the
9292
spectrum, backed by classes implementing individual formatters, matching rules,
9393
etc.
9494

95-
For an introduction to data formatters, see :doc:`/use/variable`.
95+
For a general user-level introduction to data formatters, see :doc:`/use/variable`.
96+
97+
More details on their architecture can be found in :doc:`/resources/dataformatters`.
9698

9799
Expression
98100
----------

0 commit comments

Comments
 (0)