Added more Doxygen comments for classes in src/BulletCollision/CollisionShapes

This commit is contained in:
erwin.coumans
2008-08-27 22:01:50 +00:00
parent 42ad559b2d
commit b21d8caa9a
32 changed files with 60 additions and 54 deletions

View File

@@ -4,7 +4,7 @@
#include "btConvexShape.h"
///btConvexInternalShape carries some additional data, shared by most implementations
///The btConvexInternalShape is an internal base class, shared by most convex shape implementations.
class btConvexInternalShape : public btConvexShape
{