X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fgfx%2Fgfx.h;h=5ac1dc240db1629ceb29db383d211f5848e3231a;hb=cbdd295b3172dbfc635ff6895e5eaa0b92e07180;hp=ebcf9c8dc7e483ad66b074abe4caa611a9c48ac8;hpb=6e0b59dab1ec92a0911eb5e8ebde34d96bb4739d;p=bertos.git diff --git a/bertos/gfx/gfx.h b/bertos/gfx/gfx.h index ebcf9c8d..5ac1dc24 100644 --- a/bertos/gfx/gfx.h +++ b/bertos/gfx/gfx.h @@ -30,6 +30,9 @@ * Copyright 1999 Bernie Innocenti * * + * \defgroup gfx Graphics routines + * \ingroup graphics + * \{ * \author Bernie Innocenti * \author Stefano Fedrigo * @@ -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 */