forked from OSchip/llvm-project
[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:
parent
04b944e230
commit
d36757b511
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue