ephysics: doc clean up

remove wrong reference



SVN revision: 76979
This commit is contained in:
Bruno Dilly 2012-09-21 17:02:39 +00:00
parent b5944e9679
commit c62e06f738
1 changed files with 28 additions and 30 deletions

View File

@ -463,9 +463,7 @@
* @section add-camera Adding a Camera * @section add-camera Adding a Camera
* *
* In this example we'll use 3 kinds of tracking, to change this values we'll * In this example we'll use 3 kinds of tracking, to change this values we'll
* have an * have an Elementary spinner widget and handle it on this function.
* @ref Elm_Spinner
* and handle it on this function.
* *
* Every world has a camera, so here we get this camera used by our * Every world has a camera, so here we get this camera used by our
* EPhysics_World. * EPhysics_World.
@ -1044,9 +1042,9 @@
* @ref tutorial_ephysics_bouncing_ball * @ref tutorial_ephysics_bouncing_ball
* *
* Concepts like velocity and sleeping threshold were already * Concepts like velocity and sleeping threshold were already
* covered in * covered in:
* @ref tutorial_ephysics_velocity and * @li @ref tutorial_ephysics_velocity
* @ref tutorial_ephysics_sleeping_threshold * @li @ref tutorial_ephysics_sleeping_threshold
* *
* @section add-gravity Setting Gravity * @section add-gravity Setting Gravity
* @dontinclude test_no_gravity.c * @dontinclude test_no_gravity.c