[Lldb-commits] [PATCH] D60442: Add missing space between \btrue

Konrad Kleine via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 9 00:54:13 PDT 2019


kkleine updated this revision to Diff 194259.
kkleine added a comment.

Updated summary to reflect what doxygen error was addressed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60442/new/

https://reviews.llvm.org/D60442

Files:
  lldb/include/lldb/API/SBTarget.h


Index: lldb/include/lldb/API/SBTarget.h
===================================================================
--- lldb/include/lldb/API/SBTarget.h
+++ lldb/include/lldb/API/SBTarget.h
@@ -772,7 +772,7 @@
   ///    Only write breakpoints from this list.
   ///
   /// \param[in] append
-  ///    If \btrue, append the breakpoints in bkpt_list to the others
+  ///    If \b true, append the breakpoints in bkpt_list to the others
   ///    serialized in dest_file.  If dest_file doesn't exist, then a new
   ///    file will be created and the breakpoints in bkpt_list written to it.
   ///


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60442.194259.patch
Type: text/x-patch
Size: 587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190409/e00886af/attachment-0001.bin>


More information about the lldb-commits mailing list