aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Lex/HeaderMap.h
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2012-06-20 00:51:53 +0000
committerJames Dennett <jdennett@google.com>2012-06-20 00:51:53 +0000
commit206d7db051d509e836e646377d1ecaffb35ca646 (patch)
tree9441b458cf1572d308543b3ec558461c72410772 /include/clang/Lex/HeaderMap.h
parent222bc3c25b12fc0cf55175975dc4c25d7e1fac78 (diff)
Documentation cleanup: escape # character in a Doxygen comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158775 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Lex/HeaderMap.h')
-rw-r--r--include/clang/Lex/HeaderMap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Lex/HeaderMap.h b/include/clang/Lex/HeaderMap.h
index 08bc5b64bc..107408dced 100644
--- a/include/clang/Lex/HeaderMap.h
+++ b/include/clang/Lex/HeaderMap.h
@@ -26,7 +26,7 @@ namespace clang {
struct HMapHeader;
/// This class represents an Apple concept known as a 'header map'. To the
-/// #include file resolution process, it basically acts like a directory of
+/// \#include file resolution process, it basically acts like a directory of
/// symlinks to files. Its advantages are that it is dense and more efficient
/// to create and process than a directory of symlinks.
class HeaderMap {