aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2012-06-20 22:06:21 +0000
committerJames Dennett <jdennett@google.com>2012-06-20 22:06:21 +0000
commit198129e24b56ffcc85f66e798d52a8614e3a07a4 (patch)
tree13a6ded7d51b5f2f6a3fb3f0789340bed14d62af
parent0b92fcb1353d2d8b31b6c485e6caa14568aca43b (diff)
Documentation cleanup: escape a < character in a Doxygen comment
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158861 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Lex/HeaderSearch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Lex/HeaderSearch.h b/include/clang/Lex/HeaderSearch.h
index 60d46f55b7..904d643284 100644
--- a/include/clang/Lex/HeaderSearch.h
+++ b/include/clang/Lex/HeaderSearch.h
@@ -306,7 +306,7 @@ public:
/// already known.
void setTarget(const TargetInfo &Target);
- /// \brief Given a "foo" or <foo> reference, look up the indicated file,
+ /// \brief Given a "foo" or \<foo> reference, look up the indicated file,
/// return null on failure.
///
/// \returns If successful, this returns 'UsedDir', the DirectoryLookup member