Documentation cleanup: escaping # characters in Doxygen comments.

llvm-svn: 158847
This commit is contained in:
James Dennett 2012-06-20 20:49:07 +00:00
parent da448fe0b1
commit 6eac20e8df
1 changed files with 2 additions and 2 deletions

View File

@ -85,10 +85,10 @@ class CompilerInvocation : public CompilerInvocationBase {
/// Options controlling the frontend itself. /// Options controlling the frontend itself.
FrontendOptions FrontendOpts; FrontendOptions FrontendOpts;
/// Options controlling the #include directive. /// Options controlling the \#include directive.
HeaderSearchOptions HeaderSearchOpts; HeaderSearchOptions HeaderSearchOpts;
/// Options controlling the preprocessor (aside from #include handling). /// Options controlling the preprocessor (aside from \#include handling).
PreprocessorOptions PreprocessorOpts; PreprocessorOptions PreprocessorOpts;
/// Options controlling preprocessed output. /// Options controlling preprocessed output.