[cfe-commits] r158546 - /cfe/trunk/include/clang/AST/ExprCXX.h

James Dennett jdennett at google.com
Fri Jun 15 14:23:13 PDT 2012


Author: jdennett
Date: Fri Jun 15 16:23:13 2012
New Revision: 158546

URL: http://llvm.org/viewvc/llvm-project?rev=158546&view=rev
Log:
Documentation fix (cleaning up my own breakage): close <tt> with </tt>,
not with another <tt>.

Modified:
    cfe/trunk/include/clang/AST/ExprCXX.h

Modified: cfe/trunk/include/clang/AST/ExprCXX.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/ExprCXX.h?rev=158546&r1=158545&r2=158546&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/ExprCXX.h (original)
+++ cfe/trunk/include/clang/AST/ExprCXX.h Fri Jun 15 16:23:13 2012
@@ -2781,7 +2781,7 @@
 /// type-dependent.
 ///
 /// The explicit type conversions expressed by
-/// CXXUnresolvedConstructExpr have the form <tt>T(a1, a2, ..., aN)<tt>,
+/// CXXUnresolvedConstructExpr have the form <tt>T(a1, a2, ..., aN)</tt>,
 /// where \c T is some type and \c a1, \c a2, ..., \c aN are values, and
 /// either \c T is a dependent type or one or more of the <tt>a</tt>'s is
 /// type-dependent. For example, this would occur in a template such





More information about the cfe-commits mailing list