summaryrefslogtreecommitdiffstats
path: root/lldb/tools
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-11-13 11:35:53 -0800
committerJonas Devlieghere <jonas@devlieghere.com>2019-11-13 12:28:10 -0800
commitad882774fe4ee9b37ffcf35d86303c265bbc585a (patch)
tree63f44985fbccbce2958a1c41b9b597c050bd2c2b /lldb/tools
parent3dfe4cf982d52603d2edfdede7b47735bd5f0f59 (diff)
downloadbcm5719-llvm-ad882774fe4ee9b37ffcf35d86303c265bbc585a.tar.gz
bcm5719-llvm-ad882774fe4ee9b37ffcf35d86303c265bbc585a.zip
[LLDB] Fix a bunch of -Wdocumentation warnings
Diffstat (limited to 'lldb/tools')
-rw-r--r--lldb/tools/lldb-vscode/LLDBUtils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/tools/lldb-vscode/LLDBUtils.h b/lldb/tools/lldb-vscode/LLDBUtils.h
index 4e0da17d97b..82c17eb3cdc 100644
--- a/lldb/tools/lldb-vscode/LLDBUtils.h
+++ b/lldb/tools/lldb-vscode/LLDBUtils.h
@@ -113,8 +113,8 @@ uint32_t GetLLDBFrameID(uint64_t dap_frame_id);
/// breakpoint ID in the lower BREAKPOINT_ID_SHIFT bits and the
/// breakpoint location ID in the upper BREAKPOINT_ID_SHIFT bits.
///
-/// \param[in] frame
-/// The LLDB stack frame object generate the ID for
+/// \param[in] bp_loc
+/// The LLDB break point location.
///
/// \return
/// A unique integer that allows us to easily find the right
OpenPOWER on IntegriCloud