EPhysics: small fix on body docs

SVN revision: 75331
This commit is contained in:
Bruno Dilly 2012-08-16 21:34:59 +00:00
parent eff2ac3302
commit 1328120089
1 changed files with 3 additions and 2 deletions

View 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