diff include/SDL_config.h.default @ 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 e8f63b28947d
children 2ac33eaa8a31
line wrap: on
line diff
--- a/include/SDL_config.h.default	Sun Oct 18 23:21:15 2009 +0000
+++ b/include/SDL_config.h.default	Mon Oct 19 13:31:58 2009 +0000
@@ -25,7 +25,13 @@
 
 #include "SDL_platform.h"
 
-/* Add any platform that doesn't build using the configure system */
+/**
+ *  \file SDL_config.h.default
+ *
+ *  SDL_config.h for any platform that doesn't build using the configure system.
+ */
+ 
+/* Add any platform that doesn't build using the configure system. */
 #if defined(__NINTENDODS__)
 #include "SDL_config_nintendods.h"
 #elif defined(__IPHONEOS__)