comparison src/core/painter.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 4991bf5f2343
comparison
equal deleted inserted replaced
71:1aec066bcdae 72:6203e1ac9b18
20 #define MOLKO_PAINTER_H 20 #define MOLKO_PAINTER_H
21 21
22 /** 22 /**
23 * \file painter.h 23 * \file painter.h
24 * \brief Basic drawing routines. 24 * \brief Basic drawing routines.
25 * \ingroup drawing
25 */ 26 */
26 27
27 #include <stdbool.h> 28 #include <stdbool.h>
28 29
29 struct texture; 30 struct texture;