aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/CompilerInvocation.h
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2012-06-20 20:49:07 +0000
committerJames Dennett <jdennett@google.com>2012-06-20 20:49:07 +0000
commit1070e324c79b772a722b815d48dda999eea52bf8 (patch)
treea8577d4e3430e502a4ae20418207570a0d3ce563 /include/clang/Frontend/CompilerInvocation.h
parent59c30cd804c162dcc1c156bd3bab5c8f1dfd4749 (diff)
Documentation cleanup: escaping # characters in Doxygen comments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158847 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Frontend/CompilerInvocation.h')
-rw-r--r--include/clang/Frontend/CompilerInvocation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/Frontend/CompilerInvocation.h b/include/clang/Frontend/CompilerInvocation.h
index 19cd5b72c6..1f9a8ab8c4 100644
--- a/include/clang/Frontend/CompilerInvocation.h
+++ b/include/clang/Frontend/CompilerInvocation.h
@@ -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.