]> granicus.if.org Git - clang/commitdiff
Documentation fix (cleaning up my own breakage): close <tt> with </tt>,
authorJames Dennett <jdennett@google.com>
Fri, 15 Jun 2012 21:23:13 +0000 (21:23 +0000)
committerJames Dennett <jdennett@google.com>
Fri, 15 Jun 2012 21:23:13 +0000 (21:23 +0000)
not with another <tt>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158546 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/ExprCXX.h

index fe6ccd5273ae3ea5bd5279bbf99de6db3b766b17..9645c26c3cfeece8de7adf744c76657754a5d21d 100644 (file)
@@ -2781,7 +2781,7 @@ public:
 /// 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