X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=gui%2Fmenu.h;h=e4a6753c172dfda0a13bc6cbbaa613060f5b1295;hb=69b8823ef10c62ccef5d1b62e5b1c5db23b9f6e6;hp=30ec2c123350dceced9c9f3fc3aff611ed379467;hpb=2a70613911a7b15fea22adc7f2a88bd5bb7b8a19;p=bertos.git diff --git a/gui/menu.h b/gui/menu.h index 30ec2c12..e4a6753c 100755 --- a/gui/menu.h +++ b/gui/menu.h @@ -16,6 +16,9 @@ /*#* *#* $Log$ + *#* Revision 1.5 2007/09/19 16:23:27 batt + *#* Fix doxygen warnings. + *#* *#* Revision 1.4 2006/09/13 13:58:33 bernie *#* Add RenderHook support. *#* @@ -125,7 +128,7 @@ typedef struct Menu const_iptr_t title; /**< Menu title (ID or ptr to string, 0 to disable) */ int flags; /**< See MF_#? definitions below */ struct Bitmap *bitmap; /**< Bitmap where the menu is rendered */ - int selected; /**< Initial selection (written to if #MF_SAVESEL is set). */ + int selected; /**< Initial selection (written to if MF_SAVESEL is set). */ } Menu; /**