File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
lldb/source/Plugins/ExpressionParser/Clang Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 // /
You can’t perform that action at this time.
0 commit comments