llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-lldb <details> <summary>Changes</summary> 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. -- Full diff: https://github.com/llvm/llvm-project/pull/66474.diff 1 Files Affected: - (modified) lldb/docs/resources/overview.rst (+3-5) <pre> 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 ---------- </pre> </details> https://github.com/llvm/llvm-project/pull/66474 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits