]> 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:36:05 +0000 (05:36 +0000)
committerJames Dennett <jdennett@google.com>
Fri, 22 Jun 2012 05:36:05 +0000 (05:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158970 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/PPLexerChange.cpp

index b6689df18684788a661884b94287c8364fc7878b..e824320cf732a79f167ec36f6e70d192903e01da 100644 (file)
@@ -31,7 +31,7 @@ PPCallbacks::~PPCallbacks() {}
 //===----------------------------------------------------------------------===//
 
 /// isInPrimaryFile - Return true if we're in the top-level file, not in a
-/// #include.  This looks through macro expansions and active _Pragma lexers.
+/// \#include.  This looks through macro expansions and active _Pragma lexers.
 bool Preprocessor::isInPrimaryFile() const {
   if (IsFileLexer())
     return IncludeMacroStack.empty();