diff options
author | James Dennett <jdennett@google.com> | 2012-06-20 22:06:21 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-06-20 22:06:21 +0000 |
commit | 198129e24b56ffcc85f66e798d52a8614e3a07a4 (patch) | |
tree | 13a6ded7d51b5f2f6a3fb3f0789340bed14d62af | |
parent | 0b92fcb1353d2d8b31b6c485e6caa14568aca43b (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.h | 2 |
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 |