# HG changeset patch # User Edgar Simo # Date 1216483603 0 # Node ID fe3ee345a5d2db5de4d7178c992fc89c6cc358f6 # Parent f0ed8471497d7c89406889bb6d7a89c44f8d6340 Fixed some typos in the doxygen. diff -r f0ed8471497d -r fe3ee345a5d2 include/SDL_haptic.h --- 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. *