X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fgui%2Fmenu.h;h=b3ada468f2b2cdbe3cc4ff5ed7f38d30e761a94b;hb=f248bd5d8be37c741ef62386d82e4975723e09c3;hp=6e450d2360d3ca5a583a24d5fe4c900d1bcd7eb5;hpb=e5c5c9f3b2e4299d768cd098106b0ad8a2024ab8;p=bertos.git diff --git a/bertos/gui/menu.h b/bertos/gui/menu.h index 6e450d23..b3ada468 100644 --- a/bertos/gui/menu.h +++ b/bertos/gui/menu.h @@ -31,13 +31,15 @@ * All Rights Reserved. * --> * + * \defgroup menu Menu handling module + * \ingroup gui + * \{ * \author Bernie Innocenti * \author Stefano Fedrigo * * \brief Common menu handling API * * $WIZ$ module_name = "menu" - * $WIZ$ module_configuration = "bertos/cfg/cfg_menu.h" * $WIZ$ module_depends = "text", "gfx", "timer", "kbd" */ @@ -129,4 +131,5 @@ iptr_t menu_handle(const struct Menu *menu); int menu_setFlags(struct Menu *menu, int idx, int flags); int menu_clearFlags(struct Menu *menu, int idx, int flags); +/** \} */ //defgroup menu #endif /* GUI_MENU_H */