]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: escape "::" to eliminate a Doxygen warning
authorJames Dennett <jdennett@google.com>
Sun, 17 Jun 2012 03:43:32 +0000 (03:43 +0000)
committerJames Dennett <jdennett@google.com>
Sun, 17 Jun 2012 03:43:32 +0000 (03:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158620 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/ASTContext.h

index cb2f694c97fe0384d3f25aa1431a76bada346a5f..6ceed17eb8925662ad7c10485d05fd5dc8178202 100644 (file)
@@ -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.
   ///