[m] Lots of Doxygen fixes/additions - thanks to lfxGroove

This commit is contained in:
billy1arm 2013-06-23 21:43:27 +01:00 committed by Antz
parent b134615f92
commit c94dbc84c2
960 changed files with 5905 additions and 6171 deletions

View file

@ -20,7 +20,7 @@
slouken@libsdl.org
*/
/*
/**
* @file SDL_endian.h
* Functions for reading and writing endian-specific values
*/
@ -57,7 +57,7 @@
extern "C" {
#endif
/*
/**
* @name SDL_Swap Functions
* Use inline functions for compilers that support them, and static
* functions for those that do not. Because these functions become
@ -178,7 +178,7 @@ static __inline__ Uint64 SDL_Swap64(Uint64 x)
#endif /* SDL_HAS_64BIT_TYPE */
/*@}*/
/*
/**
* @name SDL_SwapLE and SDL_SwapBE Functions
* Byteswap item from the specified endianness to the native endianness
*/