[Lldb-commits] [lldb] afb3852 - [lldb][docs] Fix title formatting in Variable document
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 9 04:45:15 PST 2025
Author: David Spickett
Date: 2025-12-09T12:44:50Z
New Revision: afb3852c8b089221dfc67f7b4f0cc4ec20d57043
URL: https://github.com/llvm/llvm-project/commit/afb3852c8b089221dfc67f7b4f0cc4ec20d57043
DIFF: https://github.com/llvm/llvm-project/commit/afb3852c8b089221dfc67f7b4f0cc4ec20d57043.diff
LOG: [lldb][docs] Fix title formatting in Variable document
Added:
Modified:
lldb/docs/use/variable.rst
Removed:
################################################################################
diff --git a/lldb/docs/use/variable.rst b/lldb/docs/use/variable.rst
index 9d558954ff12b..b23b78ce2826c 100644
--- a/lldb/docs/use/variable.rst
+++ b/lldb/docs/use/variable.rst
@@ -367,7 +367,7 @@ Initially, we will focus on summary strings, and then describe the Python
binding mechanism.
Summary Format Matching On Pointers
-----------------------
+-----------------------------------
A summary formatter for a type ``T`` might or might not be appropriate to use
for pointers to that type. If the formatter is only appropriate for the type and
More information about the lldb-commits
mailing list