mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 09:18:27 +00:00
Fix trailing doc comments
This commit is contained in:
parent
85bbc6028a
commit
a24c164956
1 changed files with 3 additions and 3 deletions
|
@ -89,9 +89,9 @@ typedef Uint32 SDL_InitFlags;
|
|||
*/
|
||||
typedef enum SDL_AppResult
|
||||
{
|
||||
SDL_APP_CONTINUE, /** Value that requests that the app continue from the main callbacks. */
|
||||
SDL_APP_SUCCESS, /** Value that requests termination with success from the main callbacks. */
|
||||
SDL_APP_FAILURE /** Value that requests termination with error from the main callbacks. */
|
||||
SDL_APP_CONTINUE, /**< Value that requests that the app continue from the main callbacks. */
|
||||
SDL_APP_SUCCESS, /**< Value that requests termination with success from the main callbacks. */
|
||||
SDL_APP_FAILURE /**< Value that requests termination with error from the main callbacks. */
|
||||
} SDL_AppResult;
|
||||
|
||||
typedef SDL_AppResult (SDLCALL *SDL_AppInit_func)(void **appstate, int argc, char *argv[]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue