Fix doxygen warnings.

This commit is contained in:
Adrien Destugues
2020-05-21 13:03:10 +02:00
parent 341e9611a2
commit f9b6e40f36
7 changed files with 7 additions and 24 deletions

View File

@@ -1191,10 +1191,7 @@ void Load_SDL_Image(T_IO_Context *context)
}
#endif
///
/// Load an arbitrary 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
T_GFX2_Surface * Load_surface(const char *full_name, T_Gradient_array *gradients)
{
T_GFX2_Surface * bmp=NULL;