[lldb] Fix a new -Wdocumetnation issues (NFC)

This commit is contained in:
Jonas Devlieghere 2020-08-20 22:59:13 -07:00
parent e0b220d22e
commit 6ad3de350c
2 changed files with 3 additions and 13 deletions

View File

@ -728,11 +728,6 @@ public:
/// Attach to a remote system via a URL
///
/// \param[in] strm
/// A stream where output intended for the user
/// (if the driver has a way to display that) generated during
/// the connection. This may be nullptr if no output is needed.A
///
/// \param[in] remote_url
/// The URL format that we are connecting to.
///
@ -916,11 +911,6 @@ public:
/// Attach to a remote system via a URL
///
/// \param[in] strm
/// A stream where output intended for the user
/// (if the driver has a way to display that) generated during
/// the connection. This may be nullptr if no output is needed.A
///
/// \param[in] remote_url
/// The URL format that we are connecting to.
///
@ -2239,7 +2229,7 @@ void PruneThreadPlans();
/// Dump the thread plans associated with thread with \a tid.
///
/// \param[in/out] strm
/// \param[in,out] strm
/// The stream to which to dump the output
///
/// \param[in] tid
@ -2266,7 +2256,7 @@ void PruneThreadPlans();
/// Dump all the thread plans for this process.
///
/// \param[in/out] strm
/// \param[in,out] strm
/// The stream to which to dump the output
///
/// \param[in] desc_level

View File

@ -679,7 +679,7 @@ public:
/// Using the current type, create a new typedef to that type using
/// "typedef_name" as the name and "decl_ctx" as the decl context.
/// \param payload is an opaque TypePayloadClang.
/// \param opaque_payload is an opaque TypePayloadClang.
static CompilerType
CreateTypedefType(const CompilerType &type, const char *typedef_name,
const CompilerDeclContext &compiler_decl_ctx,