forked from OSchip/llvm-project
Documentation cleanup: escaping # characters in Doxygen comments.
llvm-svn: 158847
This commit is contained in:
parent
da448fe0b1
commit
6eac20e8df
|
@ -85,10 +85,10 @@ class CompilerInvocation : public CompilerInvocationBase {
|
|||
/// Options controlling the frontend itself.
|
||||
FrontendOptions FrontendOpts;
|
||||
|
||||
/// Options controlling the #include directive.
|
||||
/// Options controlling the \#include directive.
|
||||
HeaderSearchOptions HeaderSearchOpts;
|
||||
|
||||
/// Options controlling the preprocessor (aside from #include handling).
|
||||
/// Options controlling the preprocessor (aside from \#include handling).
|
||||
PreprocessorOptions PreprocessorOpts;
|
||||
|
||||
/// Options controlling preprocessed output.
|
||||
|
|
Loading…
Reference in New Issue