Author: jdevlieghere Date: Mon May 13 16:05:51 2019 New Revision: 360632 URL: http://llvm.org/viewvc/llvm-project?rev=360632&view=rev Log: [Docs] Fix code formattign in variable.rst
Fixes missing newline between :: and the actual code. Modified: lldb/trunk/docs/use/variable.rst Modified: lldb/trunk/docs/use/variable.rst URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/use/variable.rst?rev=360632&r1=360631&r2=360632&view=diff ============================================================================== --- lldb/trunk/docs/use/variable.rst (original) +++ lldb/trunk/docs/use/variable.rst Mon May 13 16:05:51 2019 @@ -764,6 +764,7 @@ command, supports a --summary option tha 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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits