]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: escape # characters in Doxygen comments as needed.
authorJames Dennett <jdennett@google.com>
Fri, 22 Jun 2012 05:35:25 +0000 (05:35 +0000)
committerJames Dennett <jdennett@google.com>
Fri, 22 Jun 2012 05:35:25 +0000 (05:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158969 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Lex/DirectoryLookup.h

index 95f0d2735093e6fe7505c803245cbdeacf5f514e..0976da390afdaf3c5520ddc2bc8f795222d10f74 100644 (file)
@@ -25,7 +25,7 @@ class HeaderSearch;
 class Module;
   
 /// DirectoryLookup - This class represents one entry in the search list that
-/// specifies the search order for directories in #include directives.  It
+/// specifies the search order for directories in \#include directives.  It
 /// represents either a directory, a framework, or a headermap.
 ///
 class DirectoryLookup {