aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/HeaderSearchOptions.h
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2012-06-15 22:38:06 +0000
committerJames Dennett <jdennett@google.com>2012-06-15 22:38:06 +0000
commit2edbc98b046de22f3aba3c5142e85e7f3437fd03 (patch)
tree8d9e38f5385bd7ece79b3bcf0aa47aceba9d15a4 /include/clang/Frontend/HeaderSearchOptions.h
parent8c10f841040b1e2951d06d385c8eefbcbe578fcf (diff)
Documentation cleanup: Escaped # characters in Doxygen comments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158568 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Frontend/HeaderSearchOptions.h')
-rw-r--r--include/clang/Frontend/HeaderSearchOptions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/Frontend/HeaderSearchOptions.h b/include/clang/Frontend/HeaderSearchOptions.h
index 65119f0ed3..ebc8f264b2 100644
--- a/include/clang/Frontend/HeaderSearchOptions.h
+++ b/include/clang/Frontend/HeaderSearchOptions.h
@@ -70,7 +70,7 @@ public:
};
struct SystemHeaderPrefix {
- /// A prefix to be matched against paths in #include directives.
+ /// A prefix to be matched against paths in \#include directives.
std::string Prefix;
/// True if paths beginning with this prefix should be treated as system
@@ -133,7 +133,7 @@ public:
IgnoreSysRoot, IsInternal, ImplicitExternC));
}
- /// AddSystemHeaderPrefix - Override whether #include directives naming a
+ /// AddSystemHeaderPrefix - Override whether \#include directives naming a
/// path starting with \arg Prefix should be considered as naming a system
/// header.
void AddSystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader) {