Skip to content

Commit bda7289

Browse files
committed
[lldb][docs][NFC] Fix ClangModulesDeclVendor::AddModule parameter docs
1 parent faae161 commit bda7289

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
@@ -41,11 +41,11 @@ class ClangModulesDeclVendor : public DeclVendor {
4141
/// The path to the exact module to be loaded. E.g., if the desired
4242
/// module is std.io, then this should be { "std", "io" }.
4343
///
44-
/// \param[in] exported_modules
44+
/// \param[out] exported_modules
4545
/// If non-NULL, a pointer to a vector to populate with the ID of every
4646
/// module that is re-exported by the specified module.
4747
///
48-
/// \param[in] error_stream
48+
/// \param[out] error_stream
4949
/// A stream to populate with the output of the Clang parser when
5050
/// it tries to load the module.
5151
///
@@ -63,11 +63,11 @@ class ClangModulesDeclVendor : public DeclVendor {
6363
/// \param[in] cu
6464
/// The compilation unit to scan for imported modules.
6565
///
66-
/// \param[in] exported_modules
66+
/// \param[out] exported_modules
6767
/// A vector to populate with the ID of each module loaded (directly
6868
/// and via re-exports) in this way.
6969
///
70-
/// \param[in] error_stream
70+
/// \param[out] error_stream
7171
/// A stream to populate with the output of the Clang parser when
7272
/// it tries to load the modules.
7373
///

0 commit comments

Comments
 (0)