From 13281200892292ee746eca1ded491130f2c357db Mon Sep 17 00:00:00 2001 From: Bruno Dilly Date: Thu, 16 Aug 2012 21:34:59 +0000 Subject: [PATCH] EPhysics: small fix on body docs SVN revision: 75331 --- legacy/ephysics/src/lib/EPhysics.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/legacy/ephysics/src/lib/EPhysics.h b/legacy/ephysics/src/lib/EPhysics.h index c3d0571..52fb55c 100644 --- a/legacy/ephysics/src/lib/EPhysics.h +++ b/legacy/ephysics/src/lib/EPhysics.h @@ -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 -- 2.7.4