Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed some typos in the doxygen.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Jul 19, 2008
1 parent 7c55293 commit 293b9d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/SDL_haptic.h
Expand Up @@ -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 */
Expand Down Expand Up @@ -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.
*
Expand Down Expand Up @@ -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.
*
Expand Down

0 comments on commit 293b9d4

Please sign in to comment.