forked from OSchip/llvm-project
Documentation cleanup: Escaped # characters in Doxygen comments.
llvm-svn: 158568
This commit is contained in:
parent
a2449fea5b
commit
16ca63a0f7
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue