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

@ -1812,4 +1812,4 @@ void Save_PPH(T_IO_Context* context)
// B1: find the 16 colors used in a line? Or assume they are in-order already?
}
/* @} */
/** @} */

View File

@ -1375,4 +1375,4 @@ void Save_GIF(T_IO_Context * context)
}
/* @} */
/** @} */

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;

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);

View File

@ -266,4 +266,4 @@ void Save_MSX(T_IO_Context * context)
File_error = 0;
fclose(file);
}
/* @} */
/** @} */

View File

@ -1884,4 +1884,4 @@ void Save_CA1(T_IO_Context * context)
free(buffer);
}
/* @} */
/** @} */

View File

@ -2040,12 +2040,6 @@ EXTERNAL_GROUPS = YES
EXTERNAL_PAGES = YES
# The PERL_PATH should be the absolute path and name of the perl script
# interpreter (i.e. the result of 'which perl').
# The default file (with absolute path) is: /usr/bin/perl.
PERL_PATH = /usr/bin/perl
#---------------------------------------------------------------------------
# Configuration options related to the dot tool
#---------------------------------------------------------------------------
@ -2059,15 +2053,6 @@ PERL_PATH = /usr/bin/perl
CLASS_DIAGRAMS = NO
# You can define message sequence charts within doxygen comments using the \msc
# command. Doxygen will then run the mscgen tool (see:
# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
# documentation. The MSCGEN_PATH tag allows you to specify the directory where
# the mscgen tool resides. If left empty the tool is assumed to be found in the
# default search path.
MSCGEN_PATH =
# You can include diagrams made with dia in doxygen documentation. Doxygen will
# then run dia to produce the diagram and insert it in the documentation. The
# DIA_PATH tag allows you to specify the directory where the dia binary resides.