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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
