ephysics: fix a reference on doc

Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>



SVN revision: 77675
This commit is contained in:
Ricardo de Almeida Gonzaga 2012-10-09 19:59:43 +00:00 committed by Bruno Dilly
parent bb46db9051
commit b36c0c9d62
1 changed files with 2 additions and 2 deletions

View File

@ -2733,7 +2733,7 @@ EAPI Eina_Bool ephysics_body_rotation_on_z_axis_enable_get(const EPhysics_Body *
* @param enable_y If @c EINA_TRUE allow movement on y axis, if @c EINA_FALSE
* disallow it.
*
* @see ephysics_body_linear_movement_enable_set().
* @see ephysics_body_linear_movement_enable_get().
* @see ephysics_body_rotation_on_z_axis_enable_set().
*
* @ingroup EPhysics_Body
@ -2750,7 +2750,7 @@ EAPI void ephysics_body_linear_movement_enable_set(EPhysics_Body *body, Eina_Boo
* @param enable_y @c EINA_TRUE if movement on y axis is allowed, or
* @c EINA_FALSE if it's not.
*
* @see ephysics_body_linear_movement_enable_get().
* @see ephysics_body_linear_movement_enable_set().
* @see ephysics_body_rotation_on_z_axis_enable_get().
*
* @ingroup EPhysics_Body