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