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 @@ -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 // /
You can’t perform that action at this time.
0 commit comments