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

@@ -189,7 +189,8 @@ extern const T_Format File_formats[];
void Image_emergency_backup(void);
///
/// Load an arbitrary GFX2_Surface.
/// 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);