forked from OSchip/llvm-project
Documentation cleanup: escape # in a Doxygen comment.
llvm-svn: 158554
This commit is contained in:
parent
f01a35d678
commit
c423c533da
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue