We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b1288 commit c8f798dCopy full SHA for c8f798d
lib/MetaProcessor/MetaSema.cpp
@@ -338,7 +338,9 @@ namespace cling {
338
" " << metaString << "U <filename>\t\t- Unloads the given file\n"
339
"\n"
340
" " << metaString << "(I|include) [path]\t\t- Shows all include paths. If a path is given,"
341
- "\n\t\t\t\t adds the path to the include paths.\n"
+ "\n\t\t\t\t adds the path to the include paths. Paths with double\n"
342
+ "\n\t\t\t\t slashes // are not supported since they are treated as\n"
343
+ "\n\t\t\t\t C++ comments; use AddIncludePath instead in that case.\n"
344
345
" " << metaString << "O <level>\t\t\t- Sets the optimization level (0-3)"
346
"\n\t\t\t\t If no level is given, prints the current setting.\n"
0 commit comments