]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: Use \brief for summaries, and escape # characters.
authorJames Dennett <jdennett@google.com>
Sun, 17 Jun 2012 03:41:54 +0000 (03:41 +0000)
committerJames Dennett <jdennett@google.com>
Sun, 17 Jun 2012 03:41:54 +0000 (03:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158619 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/PreprocessorLexer.cpp

index a72bbca6bcff57d3e30a5aa92d5968669830334c..a64c84d6bbd3f6c28d8861c8e79f2f5f6edc7913 100644 (file)
@@ -27,7 +27,7 @@ PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid)
     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 &&