From 293b9d497cb57f96b7198265d6e352f355aea06b Mon Sep 17 00:00:00 2001 From: Edgar Simo Date: Sat, 19 Jul 2008 16:06:43 +0000 Subject: [PATCH] Fixed some typos in the doxygen. --- include/SDL_haptic.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/SDL_haptic.h b/include/SDL_haptic.h index 059644ff9..524f647a6 100644 --- a/include/SDL_haptic.h +++ b/include/SDL_haptic.h @@ -212,7 +212,7 @@ typedef struct _SDL_Haptic SDL_Haptic; /** * \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 @@ typedef struct _SDL_Haptic SDL_Haptic; */ #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_HapticNewEffect(SDL_Haptic * haptic, SDL_HapticE 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. *