[cfe-commits] r158619 - /cfe/trunk/lib/Lex/PreprocessorLexer.cpp

James Dennett jdennett at google.com
Sat Jun 16 20:41:54 PDT 2012


Author: jdennett
Date: Sat Jun 16 22:41:54 2012
New Revision: 158619

URL: http://llvm.org/viewvc/llvm-project?rev=158619&view=rev
Log:
Documentation cleanup: Use \brief for summaries, and escape # characters.

Modified:
    cfe/trunk/lib/Lex/PreprocessorLexer.cpp

Modified: cfe/trunk/lib/Lex/PreprocessorLexer.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Lex/PreprocessorLexer.cpp?rev=158619&r1=158618&r2=158619&view=diff
==============================================================================
--- cfe/trunk/lib/Lex/PreprocessorLexer.cpp (original)
+++ cfe/trunk/lib/Lex/PreprocessorLexer.cpp Sat Jun 16 22:41:54 2012
@@ -27,7 +27,7 @@
     InitialNumSLocEntries = pp->getSourceManager().local_sloc_entry_size();
 }
 
-/// LexIncludeFilename - After the preprocessor has parsed a #include, lex and
+/// \brief After the preprocessor has parsed a \#include, lex and
 /// (potentially) macro expand the filename.
 void PreprocessorLexer::LexIncludeFilename(Token &FilenameTok) {
   assert(ParsingPreprocessorDirective &&





More information about the cfe-commits mailing list