From: James Dennett Date: Fri, 22 Jun 2012 05:36:05 +0000 (+0000) Subject: Documentation cleanup: escape # characters in Doxygen comments as needed. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a5f9000b690d08e65b6b8821e4f7c57d63beb1d;p=clang Documentation cleanup: escape # characters in Doxygen comments as needed. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158970 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Lex/PPLexerChange.cpp b/lib/Lex/PPLexerChange.cpp index b6689df186..e824320cf7 100644 --- a/lib/Lex/PPLexerChange.cpp +++ b/lib/Lex/PPLexerChange.cpp @@ -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();