From ce627a8b2aaa465a047636442fd1d95ba061607d Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Fri, 6 Oct 2006 21:57:10 +0000 Subject: [PATCH] doxygen comments --- src/BulletDynamics/ConstraintSolver/btTypedConstraint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h b/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h index b9d290db3..bc25eaa75 100644 --- a/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h +++ b/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h @@ -19,7 +19,7 @@ subject to the following restrictions: class btRigidBody; #include "LinearMath/btScalar.h" -//TypedConstraint is the baseclass for Bullet constraints and vehicles +///TypedConstraint is the baseclass for Bullet constraints and vehicles class btTypedConstraint { int m_userConstraintType;