[cfe-commits] r158861 - /cfe/trunk/include/clang/Lex/HeaderSearch.h

James Dennett jdennett at google.com
Wed Jun 20 15:06:21 PDT 2012


Author: jdennett
Date: Wed Jun 20 17:06:21 2012
New Revision: 158861

URL: http://llvm.org/viewvc/llvm-project?rev=158861&view=rev
Log:
Documentation cleanup: escape a < character in a Doxygen comment

Modified:
    cfe/trunk/include/clang/Lex/HeaderSearch.h

Modified: cfe/trunk/include/clang/Lex/HeaderSearch.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/HeaderSearch.h?rev=158861&r1=158860&r2=158861&view=diff
==============================================================================
--- cfe/trunk/include/clang/Lex/HeaderSearch.h (original)
+++ cfe/trunk/include/clang/Lex/HeaderSearch.h Wed Jun 20 17:06:21 2012
@@ -306,7 +306,7 @@
   /// 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





More information about the cfe-commits mailing list