Documentation cleanup: escape # in a Doxygen comment.

llvm-svn: 158554
This commit is contained in:
James Dennett 2012-06-15 21:48:19 +00:00
parent f01a35d678
commit c423c533da
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ ASTConsumer *GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI,
///
/// \param Module The module we're collecting includes from.
///
/// \param Includes Will be augmented with the set of #includes or #imports
/// \param Includes Will be augmented with the set of \#includes or \#imports
/// needed to load all of the named headers.
static void collectModuleHeaderIncludes(const LangOptions &LangOpts,
FileManager &FileMgr,