Update preset.
[bertos.git] / bertos / gfx / gfx.h
index ebcf9c8dc7e483ad66b074abe4caa611a9c48ac8..5ac1dc240db1629ceb29db383d211f5848e3231a 100644 (file)
@@ -30,6 +30,9 @@
  * Copyright 1999 Bernie Innocenti <bernie@codewiz.org>
  *
  *
+ * \defgroup gfx Graphics routines
+ * \ingroup graphics
+ * \{
  * \author Bernie Innocenti <bernie@codewiz.org>
  * \author Stefano Fedrigo <aleph@develer.com>
  *
@@ -37,6 +40,7 @@
  *
  * $WIZ$ module_name = "gfx"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_gfx.h"
+ * $WIZ$ module_depends = "bitmap", "line", "luBS14"
  */
 
 #ifndef GFX_GFX_H
@@ -233,4 +237,5 @@ void gfx_vline(Bitmap *bm, vcoord_t x1, vcoord_t y1, vcoord_t x2, vcoord_t y2);
 
 EXTERN_C_END
 
+/** \} */ //defgroup gfx
 #endif /* GFX_GFX_H */