comparison src/core/image.h @ 72:6203e1ac9b18

doc: improve doxygen documentation a lot
author David Demelier <markand@malikania.fr>
date Tue, 28 Jan 2020 14:02:45 +0100
parents 52792b863ff7
children ed72843a7194
comparison
equal deleted inserted replaced
71:1aec066bcdae 72:6203e1ac9b18
20 #define MOLKO_IMAGE_H 20 #define MOLKO_IMAGE_H
21 21
22 /** 22 /**
23 * \file image.h 23 * \file image.h
24 * \brief Basic image management. 24 * \brief Basic image management.
25 * \ingroup drawing
25 */ 26 */
26 27
27 #include <stddef.h> 28 #include <stddef.h>
28 29
29 struct texture; 30 struct texture;