mirror of
https://github.com/encounter/SDL.git
synced 2025-12-16 16:37:09 +00:00
OCD fixes: Adds a space before */
This commit is contained in:
@@ -140,12 +140,12 @@ typedef struct _SDL_Haptic SDL_Haptic;
|
||||
*
|
||||
* Different haptic features a device can have.
|
||||
*/
|
||||
/*@{*/
|
||||
/*@{ */
|
||||
|
||||
/**
|
||||
* \name Haptic effects
|
||||
*/
|
||||
/*@{*/
|
||||
/*@{ */
|
||||
|
||||
/**
|
||||
* \brief Constant effect supported.
|
||||
@@ -177,7 +177,7 @@ typedef struct _SDL_Haptic SDL_Haptic;
|
||||
#define SDL_HAPTIC_LEFTRIGHT (1<<2)
|
||||
|
||||
/* !!! FIXME: put this back when we have more bits in 2.1 */
|
||||
/*#define SDL_HAPTIC_SQUARE (1<<2)*/
|
||||
/*#define SDL_HAPTIC_SQUARE (1<<2) */
|
||||
|
||||
/**
|
||||
* \brief Triangle wave effect supported.
|
||||
@@ -262,7 +262,7 @@ typedef struct _SDL_Haptic SDL_Haptic;
|
||||
*/
|
||||
#define SDL_HAPTIC_CUSTOM (1<<11)
|
||||
|
||||
/*@}*//*Haptic effects*/
|
||||
/*@} *//*Haptic effects */
|
||||
|
||||
/* These last few are features the device has, not effects */
|
||||
|
||||
@@ -305,7 +305,7 @@ typedef struct _SDL_Haptic SDL_Haptic;
|
||||
/**
|
||||
* \name Direction encodings
|
||||
*/
|
||||
/*@{*/
|
||||
/*@{ */
|
||||
|
||||
/**
|
||||
* \brief Uses polar coordinates for the direction.
|
||||
@@ -328,9 +328,9 @@ typedef struct _SDL_Haptic SDL_Haptic;
|
||||
*/
|
||||
#define SDL_HAPTIC_SPHERICAL 2
|
||||
|
||||
/*@}*//*Direction encodings*/
|
||||
/*@} *//*Direction encodings */
|
||||
|
||||
/*@}*//*Haptic features*/
|
||||
/*@} *//*Haptic features */
|
||||
|
||||
/*
|
||||
* Misc defines.
|
||||
|
||||
Reference in New Issue
Block a user