summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-04-09 08:34:07 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-04-09 08:34:07 +0000
commit721b8d1557a1e66b22e29e21b12b35103c7cc89b (patch)
treefb085acc8737ba624687429838ac954049d9fc87 /lldb
parente16434a0497bdb2da587390171a496b56f1c41b6 (diff)
downloadbcm5719-llvm-721b8d1557a1e66b22e29e21b12b35103c7cc89b.tar.gz
bcm5719-llvm-721b8d1557a1e66b22e29e21b12b35103c7cc89b.zip
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
Diffstat (limited to 'lldb')
-rw-r--r--lldb/include/lldb/API/SBTarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/API/SBTarget.h b/lldb/include/lldb/API/SBTarget.h
index a6bcb6f3ab4..7287e30c90c 100644
--- a/lldb/include/lldb/API/SBTarget.h
+++ b/lldb/include/lldb/API/SBTarget.h
@@ -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.
///
OpenPOWER on IntegriCloud