diff 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
line wrap: on
line diff
--- a/include/SDL_platform.h	Sun Oct 18 23:21:15 2009 +0000
+++ b/include/SDL_platform.h	Mon Oct 19 13:31:58 2009 +0000
@@ -20,7 +20,11 @@
     slouken@libsdl.org
 */
 
-/* Try to get a standard set of platform defines */
+/**
+ *  \file SDL_platform.h
+ *  
+ *  Try to get a standard set of platform defines.
+ */
 
 #ifndef _SDL_platform_h
 #define _SDL_platform_h
@@ -133,8 +137,7 @@
 #endif
 
 /**
- * \fn const char *SDL_GetPlatform(void)
- * \brief Gets the name of the platform.
+ *  \brief Gets the name of the platform.
  */
 extern DECLSPEC const char * SDLCALL SDL_GetPlatform (void);