Add missing space between \btrue

There was a space missing in some the documentation for
lldb::BreakpointsWriteToFile.

This fixes the following doxygen error when building the lldb-cpp-doc
target:

  llvm-project/lldb/include/lldb/API/SBTarget.h:775 warning: Found
  unknown command `\btrue'

Patch by: Konrad Kleine

Differential revision: https://reviews.llvm.org/D60442

llvm-svn: 357980
This commit is contained in:
Jonas Devlieghere 2019-04-09 08:34:07 +00:00
parent e16434a049
commit 721b8d1557
1 changed files with 1 additions and 1 deletions

View File

@ -772,7 +772,7 @@ public:
/// 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.
///