diff options
author | James Dennett <jdennett@google.com> | 2012-06-17 03:43:32 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-06-17 03:43:32 +0000 |
commit | 75996d2bf191bd5d1e981b93b99f5b77add1266e (patch) | |
tree | 84bd990abdfaadde4afea106ffae3b59ebc862a6 | |
parent | d986853fcb6a5ac15235aa6af9a096f25050d596 (diff) |
Documentation cleanup: escape "::" to eliminate a Doxygen warning
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158620 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/AST/ASTContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/ASTContext.h b/include/clang/AST/ASTContext.h index cb2f694c97..6ceed17eb8 100644 --- a/include/clang/AST/ASTContext.h +++ b/include/clang/AST/ASTContext.h @@ -1473,7 +1473,7 @@ public: /// be used to refer to a given template. For most templates, this /// expression is just the template declaration itself. For example, /// the template std::vector can be referred to via a variety of - /// names---std::vector, ::std::vector, vector (if vector is in + /// names---std::vector, \::std::vector, vector (if vector is in /// scope), etc.---but all of these names map down to the same /// TemplateDecl, which is used to form the canonical template name. /// |