From 8ac2e3934e8b07ea76fffe1dd3afcfa1f8d7d637 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Wed, 12 Dec 2018 23:39:21 +0100 Subject: [PATCH] doxygen: make GIF subgroup of loadsaveformats --- src/fileformats.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/fileformats.c b/src/fileformats.c index 932de44c..9701a49b 100644 --- a/src/fileformats.c +++ b/src/fileformats.c @@ -3853,6 +3853,7 @@ void Save_ICO(T_IO_Context * context) //////////////////////////////////// GIF //////////////////////////////////// /** * @defgroup GIF GIF format + * @ingroup loadsaveformats * Graphics Interchange Format * * 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 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 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 void Save_GIF(T_IO_Context * context) {