Partial fix for bug #859

Header file update from Ken for improved doxygen output
This commit is contained in:
Sam Lantinga
2009-10-19 13:31:58 +00:00
parent 8ea99c7b4e
commit 27294b7a4e
38 changed files with 3565 additions and 3172 deletions

View File

@@ -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