Documentation cleanup: Escaped # characters in Doxygen comments.

llvm-svn: 158568
This commit is contained in:
James Dennett 2012-06-15 22:38:06 +00:00
parent a2449fea5b
commit 16ca63a0f7
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ public:
}; };
struct SystemHeaderPrefix { 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; std::string Prefix;
/// True if paths beginning with this prefix should be treated as system /// True if paths beginning with this prefix should be treated as system
@ -133,7 +133,7 @@ public:
IgnoreSysRoot, IsInternal, ImplicitExternC)); 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 /// path starting with \arg Prefix should be considered as naming a system
/// header. /// header.
void AddSystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader) { void AddSystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader) {