[cfe-commits] r158620 - /cfe/trunk/include/clang/AST/ASTContext.h
James Dennett
jdennett at google.com
Sat Jun 16 20:43:32 PDT 2012
Author: jdennett
Date: Sat Jun 16 22:43:32 2012
New Revision: 158620
URL: http://llvm.org/viewvc/llvm-project?rev=158620&view=rev
Log:
Documentation cleanup: escape "::" to eliminate a Doxygen warning
Modified:
cfe/trunk/include/clang/AST/ASTContext.h
Modified: cfe/trunk/include/clang/AST/ASTContext.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/ASTContext.h?rev=158620&r1=158619&r2=158620&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/ASTContext.h (original)
+++ cfe/trunk/include/clang/AST/ASTContext.h Sat Jun 16 22:43:32 2012
@@ -1473,7 +1473,7 @@
/// 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.
///
More information about the cfe-commits
mailing list