From 31586a454ea72f3dcd3fe5beb52eac1baefeccb9 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sat, 10 Aug 2013 23:14:20 +0200 Subject: [PATCH] Removed SDL_HAPTIC_SQUARE from comments in header to prevent doxygen confusion. --- 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 8c91d1b1f..da555c9c3 100644 --- a/include/SDL_haptic.h +++ b/include/SDL_haptic.h @@ -483,7 +483,7 @@ typedef struct SDL_HapticConstant * * The struct handles the following effects: * - ::SDL_HAPTIC_SINE - * - ::SDL_HAPTIC_SQUARE + * - ::SDL_HAPTIC_LEFTRIGHT * - ::SDL_HAPTIC_TRIANGLE * - ::SDL_HAPTIC_SAWTOOTHUP * - ::SDL_HAPTIC_SAWTOOTHDOWN @@ -529,7 +529,7 @@ typedef struct SDL_HapticConstant \endverbatim * * \sa SDL_HAPTIC_SINE - * \sa SDL_HAPTIC_SQUARE + * \sa SDL_HAPTIC_LEFTRIGHT * \sa SDL_HAPTIC_TRIANGLE * \sa SDL_HAPTIC_SAWTOOTHUP * \sa SDL_HAPTIC_SAWTOOTHDOWN @@ -538,7 +538,7 @@ typedef struct SDL_HapticConstant typedef struct SDL_HapticPeriodic { /* Header */ - Uint16 type; /**< ::SDL_HAPTIC_SINE, ::SDL_HAPTIC_SQUARE, + Uint16 type; /**< ::SDL_HAPTIC_SINE, ::SDL_HAPTIC_LEFTRIGHT, ::SDL_HAPTIC_TRIANGLE, ::SDL_HAPTIC_SAWTOOTHUP or ::SDL_HAPTIC_SAWTOOTHDOWN */ SDL_HapticDirection direction; /**< Direction of the effect. */