EPhysics: small fix on body docs
authorBruno Dilly <bdilly@profusion.mobi>
Thu, 16 Aug 2012 21:34:59 +0000 (21:34 +0000)
committerBruno Dilly <bdilly@profusion.mobi>
Thu, 16 Aug 2012 21:34:59 +0000 (21:34 +0000)
SVN revision: 75331

legacy/ephysics/src/lib/EPhysics.h

index c3d0571..52fb55c 100644 (file)
@@ -1596,8 +1596,8 @@ EAPI void ephysics_body_linear_velocity_get(const EPhysics_Body *body, double *x
  *
  * @note EPhysics unit for angular velocity is degrees per second.
  *
- * @see ephysics_body_angular_velocity_set().
- * @see ephysics_body_linear_velocity_get().
+ * @see ephysics_body_angular_velocity_get().
+ * @see ephysics_body_linear_velocity_set().
  *
  * @ingroup EPhysics_Body
  */
@@ -1612,6 +1612,7 @@ EAPI void ephysics_body_angular_velocity_set(EPhysics_Body *body, double z);
  *
  * @note EPhysics unit for angular velocity is degrees per second.
  *
+ * @see ephysics_body_angular_velocity_set().
  * @see ephysics_body_linear_velocity_get().
  *
  * @ingroup EPhysics_Body