[cfe-commits] r73629 - /cfe/trunk/include/clang/AST/DeclCXX.h

Fariborz Jahanian fjahanian at apple.com
Wed Jun 17 13:24:52 PDT 2009


Author: fjahanian
Date: Wed Jun 17 15:24:52 2009
New Revision: 73629

URL: http://llvm.org/viewvc/llvm-project?rev=73629&view=rev
Log:
Added missing @endcode.


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

Modified: cfe/trunk/include/clang/AST/DeclCXX.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/DeclCXX.h?rev=73629&r1=73628&r2=73629&view=diff

==============================================================================
--- cfe/trunk/include/clang/AST/DeclCXX.h (original)
+++ cfe/trunk/include/clang/AST/DeclCXX.h Wed Jun 17 15:24:52 2009
@@ -535,6 +535,7 @@
 /// public:
 ///   B(A& a) : A(a), f(3.14159) { }
 /// };
+/// @endcode
 class CXXBaseOrMemberInitializer {
   /// BaseOrMember - This points to the entity being initialized,
   /// which is either a base class (a Type) or a non-static data





More information about the cfe-commits mailing list