From 198129e24b56ffcc85f66e798d52a8614e3a07a4 Mon Sep 17 00:00:00 2001 From: James Dennett Date: Wed, 20 Jun 2012 22:06:21 +0000 Subject: [PATCH] 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 --- include/clang/Lex/HeaderSearch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 reference, look up the indicated file, + /// \brief Given a "foo" or \ reference, look up the indicated file, /// return null on failure. /// /// \returns If successful, this returns 'UsedDir', the DirectoryLookup member -- 2.40.0