From: James Dennett Date: Wed, 20 Jun 2012 22:06:21 +0000 (+0000) Subject: Documentation cleanup: escape a < character in a Doxygen comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=198129e24b56ffcc85f66e798d52a8614e3a07a4;p=clang 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 --- 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