aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2012-06-22 05:35:25 +0000
committerJames Dennett <jdennett@google.com>2012-06-22 05:35:25 +0000
commitdc3d8c9c7094f89438407b97795b3c993bb3d6fe (patch)
tree969ec553ba3235d485da88eaed347a40ba76fa37
parent6b4f50662a1857d5203254fb2c52975e6f30fc90 (diff)
Documentation cleanup: escape # characters in Doxygen comments as needed.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158969 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Lex/DirectoryLookup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Lex/DirectoryLookup.h b/include/clang/Lex/DirectoryLookup.h
index 95f0d27350..0976da390a 100644
--- a/include/clang/Lex/DirectoryLookup.h
+++ b/include/clang/Lex/DirectoryLookup.h
@@ -25,7 +25,7 @@ class HeaderSearch;
class Module;
/// DirectoryLookup - This class represents one entry in the search list that
-/// specifies the search order for directories in #include directives. It
+/// specifies the search order for directories in \#include directives. It
/// represents either a directory, a framework, or a headermap.
///
class DirectoryLookup {