Skip to content

Commit c47362b

Browse files
committed
[lldb][docs][NFC] Fix ClangModulesDeclVendor::AddModule parameter docs
(cherry picked from commit bda7289)
1 parent c9d322e commit c47362b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ class ClangModulesDeclVendor : public ClangDeclVendor {
4242
/// The path to the exact module to be loaded. E.g., if the desired
4343
/// module is std.io, then this should be { "std", "io" }.
4444
///
45-
/// \param[in] exported_modules
45+
/// \param[out] exported_modules
4646
/// If non-NULL, a pointer to a vector to populate with the ID of every
4747
/// module that is re-exported by the specified module.
4848
///
49-
/// \param[in] error_stream
49+
/// \param[out] error_stream
5050
/// A stream to populate with the output of the Clang parser when
5151
/// it tries to load the module.
5252
///
@@ -64,11 +64,11 @@ class ClangModulesDeclVendor : public ClangDeclVendor {
6464
/// \param[in] cu
6565
/// The compilation unit to scan for imported modules.
6666
///
67-
/// \param[in] exported_modules
67+
/// \param[out] exported_modules
6868
/// A vector to populate with the ID of each module loaded (directly
6969
/// and via re-exports) in this way.
7070
///
71-
/// \param[in] error_stream
71+
/// \param[out] error_stream
7272
/// A stream to populate with the output of the Clang parser when
7373
/// it tries to load the modules.
7474
///

0 commit comments

Comments
 (0)