diff include/begin_code.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 245a7d79577c
children 276a6474a449
line wrap: on
line diff
--- a/include/begin_code.h	Sun Oct 18 23:21:15 2009 +0000
+++ b/include/begin_code.h	Mon Oct 19 13:31:58 2009 +0000
@@ -20,10 +20,13 @@
     slouken@libsdl.org
 */
 
-/* This file sets things up for C dynamic library function definitions,
-   static inlined functions, and structures aligned at 4-byte alignment.
-   If you don't like ugly C preprocessor code, don't look at this file. :)
-*/
+/**
+ *  \file begin_code.h
+ *
+ *  This file sets things up for C dynamic library function definitions,
+ *  static inlined functions, and structures aligned at 4-byte alignment.
+ *  If you don't like ugly C preprocessor code, don't look at this file. :)
+ */
 
 /* This shouldn't be nested -- included it around code only. */
 #ifdef _begin_code_h