]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: escape # character in a Doxygen comment.
authorJames Dennett <jdennett@google.com>
Wed, 20 Jun 2012 00:51:53 +0000 (00:51 +0000)
committerJames Dennett <jdennett@google.com>
Wed, 20 Jun 2012 00:51:53 +0000 (00:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158775 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Lex/HeaderMap.h

index 08bc5b64bc1299ddbd6e3e4b477de51ff0104e4c..107408dced10694f4bd1b8ef7c76e262949cb5a0 100644 (file)
@@ -26,7 +26,7 @@ namespace clang {
   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 {