diff options
| author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-05-13 23:05:51 +0000 |
|---|---|---|
| committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-05-13 23:05:51 +0000 |
| commit | 42d65c572bf585075d3f497561f3fbd941b6051d (patch) | |
| tree | 8578da289ff75bf845255e14fdd3cc046f8e7131 | |
| parent | 1d8b2a066191e0092a4db830c323cefeb3331d54 (diff) | |
| download | bcm5719-llvm-42d65c572bf585075d3f497561f3fbd941b6051d.tar.gz bcm5719-llvm-42d65c572bf585075d3f497561f3fbd941b6051d.zip | |
[Docs] Fix code formattign in variable.rst
Fixes missing newline between :: and the actual code.
llvm-svn: 360632
| -rw-r--r-- | lldb/docs/use/variable.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/docs/use/variable.rst b/lldb/docs/use/variable.rst index 7d496c37bd4..01bb9176c04 100644 --- a/lldb/docs/use/variable.rst +++ b/lldb/docs/use/variable.rst @@ -764,6 +764,7 @@ command, supports a --summary option that tells LLDB to use the named summary given instead of the default one. :: + (lldb) type summary add --summary-string "x=${var.integer}" --name NamedSummary (lldb) frame variable one (i_am_cool) one = int = 3, float = 3.14159, char = 69 |

