]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: escape # in a Doxygen comment.
authorJames Dennett <jdennett@google.com>
Fri, 15 Jun 2012 21:48:19 +0000 (21:48 +0000)
committerJames Dennett <jdennett@google.com>
Fri, 15 Jun 2012 21:48:19 +0000 (21:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158554 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Frontend/FrontendActions.cpp

index 737ee4a098bbcb94a946b287b945f9ec7045a81f..b699ae8279f140faa2e6ee0a03e7c0dd13842bc5 100644 (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,