doxygen: make GIF subgroup of loadsaveformats
This commit is contained in:
parent
fd73bee2cd
commit
8ac2e3934e
@ -3853,6 +3853,7 @@ void Save_ICO(T_IO_Context * context)
|
|||||||
//////////////////////////////////// GIF ////////////////////////////////////
|
//////////////////////////////////// GIF ////////////////////////////////////
|
||||||
/**
|
/**
|
||||||
* @defgroup GIF GIF format
|
* @defgroup GIF GIF format
|
||||||
|
* @ingroup loadsaveformats
|
||||||
* Graphics Interchange Format
|
* Graphics Interchange Format
|
||||||
*
|
*
|
||||||
* The GIF format uses LZW compression and stores indexed color pictures
|
* The GIF format uses LZW compression and stores indexed color pictures
|
||||||
@ -3911,7 +3912,6 @@ enum DISPOSAL_METHOD
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/// @ingroup loadsaveformats GIF
|
|
||||||
/// Test if a file is GIF format
|
/// Test if a file is GIF format
|
||||||
void Test_GIF(T_IO_Context * context, FILE * file)
|
void Test_GIF(T_IO_Context * context, FILE * file)
|
||||||
{
|
{
|
||||||
@ -4029,7 +4029,6 @@ static void GIF_new_pixel(T_IO_Context * context, T_GIF_IDB *idb, int is_transpa
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/// @ingroup loadsaveformats GIF
|
|
||||||
/// Load GIF file
|
/// Load GIF file
|
||||||
void Load_GIF(T_IO_Context * context)
|
void Load_GIF(T_IO_Context * context)
|
||||||
{
|
{
|
||||||
@ -4630,7 +4629,6 @@ void Load_GIF(T_IO_Context * context)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/// @ingroup loadsaveformats GIF
|
|
||||||
/// Save a GIF file
|
/// Save a GIF file
|
||||||
void Save_GIF(T_IO_Context * context)
|
void Save_GIF(T_IO_Context * context)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user