1.1 --- a/include/SDL_platform.h Sun Oct 18 23:21:15 2009 +0000
1.2 +++ b/include/SDL_platform.h Mon Oct 19 13:31:58 2009 +0000
1.3 @@ -20,7 +20,11 @@
1.4 slouken@libsdl.org
1.5 */
1.6
1.7 -/* Try to get a standard set of platform defines */
1.8 +/**
1.9 + * \file SDL_platform.h
1.10 + *
1.11 + * Try to get a standard set of platform defines.
1.12 + */
1.13
1.14 #ifndef _SDL_platform_h
1.15 #define _SDL_platform_h
1.16 @@ -133,8 +137,7 @@
1.17 #endif
1.18
1.19 /**
1.20 - * \fn const char *SDL_GetPlatform(void)
1.21 - * \brief Gets the name of the platform.
1.22 + * \brief Gets the name of the platform.
1.23 */
1.24 extern DECLSPEC const char * SDLCALL SDL_GetPlatform (void);
1.25