changeset 2536:fe3ee345a5d2 gsoc2008_force_feedback

Fixed some typos in the doxygen.
author Edgar Simo <bobbens@gmail.com>
date Sat, 19 Jul 2008 16:06:43 +0000
parents f0ed8471497d
children 8d92ec01f92f
files include/SDL_haptic.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/include/SDL_haptic.h	Sat Jul 19 15:57:07 2008 +0000
+++ b/include/SDL_haptic.h	Sat Jul 19 16:06:43 2008 +0000
@@ -212,7 +212,7 @@
 /**
  * \def SDL_HAPTIC_CUSTOM
  *
- * \brief User defined custom haptic effect. @todo.
+ * \brief User defined custom haptic effect.
  */
 #define SDL_HAPTIC_CUSTOM     (1<<11) /* Custom effect is supported */
 /* These last two are features the device has, not effects */
@@ -262,7 +262,7 @@
  */
 #define SDL_HAPTIC_CARTESIAN  1
 /**
- * \def SDL_HAPTIC_SHPERICAL
+ * \def SDL_HAPTIC_SPHERICAL
  *
  * \brief Uses spherical coordinates for the direction.
  *
@@ -947,7 +947,7 @@
 extern DECLSPEC int SDLCALL SDL_HapticUpdateEffect(SDL_Haptic * haptic, int effect, SDL_HapticEffect * data);
 
 /**
- * \fn int SDL_HapticRunEffect(SDL_Haptic * haptic, int effect, int iterations)
+ * \fn int SDL_HapticRunEffect(SDL_Haptic * haptic, int effect, Uint32 iterations)
  *
  * \brief Runs the haptic effect on it's assosciated haptic device.
  *