[LLDB][Docs] Fix formatting of example code-block

Tested by building the docs-lldb-html target and
confirming the code-block renders properly with
the fix.

Patch by Michael Buch!

Differential Revision: https://reviews.llvm.org/D127437
This commit is contained in:
Adrian Prantl 2022-06-10 08:16:30 -07:00
parent 04b944e230
commit d36757b511
1 changed files with 1 additions and 0 deletions

View File

@ -808,6 +808,7 @@ of type names. This would let you rephrase the above example for arrays of type
Simple [3] as:
::
(lldb) type summary add --summary-string "${var[].x}" -x "Simple \[[0-9]+\]"
(lldb) frame variable
(Simple [3]) sarray = [1,4,7]