Fix remaining doxygen warnings.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2128 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2015-10-03 06:28:26 +00:00
parent 34ec1d967a
commit 0c7d17304a
4 changed files with 16 additions and 3 deletions

View File

@@ -1108,6 +1108,7 @@ void Load_SDL_Image(T_IO_Context *context)
///
/// Load an arbitrary SDL_Surface.
/// @param full_name Full (absolute) path of the file to load.
/// @param gradients Pass the address of a target T_Gradient_array if you want the gradients, NULL otherwise
SDL_Surface * Load_surface(char *full_name, T_Gradient_array *gradients)
{