[cfe-commits] r158568 - /cfe/trunk/include/clang/Frontend/HeaderSearchOptions.h
James Dennett
jdennett at google.com
Fri Jun 15 15:38:07 PDT 2012
Author: jdennett
Date: Fri Jun 15 17:38:06 2012
New Revision: 158568
URL: http://llvm.org/viewvc/llvm-project?rev=158568&view=rev
Log:
Documentation cleanup: Escaped # characters in Doxygen comments.
Modified:
cfe/trunk/include/clang/Frontend/HeaderSearchOptions.h
Modified: cfe/trunk/include/clang/Frontend/HeaderSearchOptions.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/HeaderSearchOptions.h?rev=158568&r1=158567&r2=158568&view=diff
==============================================================================
--- cfe/trunk/include/clang/Frontend/HeaderSearchOptions.h (original)
+++ cfe/trunk/include/clang/Frontend/HeaderSearchOptions.h Fri Jun 15 17:38:06 2012
@@ -70,7 +70,7 @@
};
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 @@
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) {
More information about the cfe-commits
mailing list