aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2012-06-15 21:48:19 +0000
committerJames Dennett <jdennett@google.com>2012-06-15 21:48:19 +0000
commit5e9dda6f9b3f98e31ef94e84c019fb2d1e54c092 (patch)
tree0df41312961c6889128ad2621471d4dcd338f364 /lib/Frontend
parent63333619fa68c8d1d8219f6d7f2d3c36f4356346 (diff)
Documentation cleanup: escape # in a Doxygen comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158554 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend')
-rw-r--r--lib/Frontend/FrontendActions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Frontend/FrontendActions.cpp b/lib/Frontend/FrontendActions.cpp
index 737ee4a098..b699ae8279 100644
--- a/lib/Frontend/FrontendActions.cpp
+++ b/lib/Frontend/FrontendActions.cpp
@@ -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,