comparison include/SDL_platform.h @ 3407:d3baf5ac4e37

Partial fix for bug #859 Header file update from Ken for improved doxygen output
author Sam Lantinga <slouken@libsdl.org>
date Mon, 19 Oct 2009 13:31:58 +0000
parents 8cd9ed45c020
children f7b03b6838cb
comparison
equal deleted inserted replaced
3406:8ae607392409 3407:d3baf5ac4e37
18 18
19 Sam Lantinga 19 Sam Lantinga
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 22
23 /* Try to get a standard set of platform defines */ 23 /**
24 * \file SDL_platform.h
25 *
26 * Try to get a standard set of platform defines.
27 */
24 28
25 #ifndef _SDL_platform_h 29 #ifndef _SDL_platform_h
26 #define _SDL_platform_h 30 #define _SDL_platform_h
27 31
28 #if defined(_AIX) 32 #if defined(_AIX)
131 extern "C" { 135 extern "C" {
132 /* *INDENT-ON* */ 136 /* *INDENT-ON* */
133 #endif 137 #endif
134 138
135 /** 139 /**
136 * \fn const char *SDL_GetPlatform(void) 140 * \brief Gets the name of the platform.
137 * \brief Gets the name of the platform.
138 */ 141 */
139 extern DECLSPEC const char * SDLCALL SDL_GetPlatform (void); 142 extern DECLSPEC const char * SDLCALL SDL_GetPlatform (void);
140 143
141 /* Ends C function definitions when using C++ */ 144 /* Ends C function definitions when using C++ */
142 #ifdef __cplusplus 145 #ifdef __cplusplus