[cfe-commits] r158970 - /cfe/trunk/lib/Lex/PPLexerChange.cpp
James Dennett
jdennett at google.com
Thu Jun 21 22:36:05 PDT 2012
Author: jdennett
Date: Fri Jun 22 00:36:05 2012
New Revision: 158970
URL: http://llvm.org/viewvc/llvm-project?rev=158970&view=rev
Log:
Documentation cleanup: escape # characters in Doxygen comments as needed.
Modified:
cfe/trunk/lib/Lex/PPLexerChange.cpp
Modified: cfe/trunk/lib/Lex/PPLexerChange.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Lex/PPLexerChange.cpp?rev=158970&r1=158969&r2=158970&view=diff
==============================================================================
--- cfe/trunk/lib/Lex/PPLexerChange.cpp (original)
+++ cfe/trunk/lib/Lex/PPLexerChange.cpp Fri Jun 22 00:36:05 2012
@@ -31,7 +31,7 @@
//===----------------------------------------------------------------------===//
/// 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();
More information about the cfe-commits
mailing list