[lldb] Fix a new -Wdocumetnation issues (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 21 Aug 2020 05:59:13 +0000 (22:59 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 21 Aug 2020 05:59:13 +0000 (22:59 -0700)
lldb/include/lldb/Target/Process.h
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h

index cf0d78f..42f1008 100644 (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
index 74fd9de..90bf8e7 100644 (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,