[cfe-commits] r158775 - /cfe/trunk/include/clang/Lex/HeaderMap.h

James Dennett jdennett at google.com
Tue Jun 19 17:51:53 PDT 2012


Author: jdennett
Date: Tue Jun 19 19:51:53 2012
New Revision: 158775

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

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

Modified: cfe/trunk/include/clang/Lex/HeaderMap.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/HeaderMap.h?rev=158775&r1=158774&r2=158775&view=diff
==============================================================================
--- cfe/trunk/include/clang/Lex/HeaderMap.h (original)
+++ cfe/trunk/include/clang/Lex/HeaderMap.h Tue Jun 19 19:51:53 2012
@@ -26,7 +26,7 @@
   struct HMapHeader;
 
 /// This class represents an Apple concept known as a 'header map'.  To the
-/// #include file resolution process, it basically acts like a directory of
+/// \#include file resolution process, it basically acts like a directory of
 /// symlinks to files.  Its advantages are that it is dense and more efficient
 /// to create and process than a directory of symlinks.
 class HeaderMap {





More information about the cfe-commits mailing list