X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=dt%2Feditbool.c;h=55e944802587a04a0ffcdb810c32da14f7068a3f;hb=2535cb94ec2183791128f8bbd109ca69a960cf78;hp=94a2d89ccce3bad31a11ab2fcb90fa020fa93047;hpb=77d2e9d82dc6d8dea26fe13eacaeb63554b97094;p=bertos.git diff --git a/dt/editbool.c b/dt/editbool.c old mode 100755 new mode 100644 index 94a2d89c..55e94480 --- a/dt/editbool.c +++ b/dt/editbool.c @@ -1,6 +1,31 @@ -/*! +/** * \file * * @@ -17,6 +42,9 @@ /*#* *#* $Log$ + *#* Revision 1.2 2006/07/19 12:56:26 bernie + *#* Convert to new Doxygen style. + *#* *#* Revision 1.1 2005/11/04 18:26:38 bernie *#* Import into DevLib. *#* @@ -36,7 +64,7 @@ #include -/*! +/** * Init widget. */ void editbool_init(DEditBool *e, dpos_t pos, dpos_t size, dcontext_t *context, bool *value, const char *true_string, const char *false_string) @@ -54,7 +82,7 @@ void editbool_init(DEditBool *e, dpos_t pos, dpos_t size, dcontext_t *context, b e->draw = editbool_draw; } -/*! +/** * Handle the messages (edit the bool). */ void editbool_update(DEditBool *e, dtag_t tag, dval_t _val) @@ -83,7 +111,7 @@ void editbool_update(DEditBool *e, dtag_t tag, dval_t _val) } } -/*! +/** * Draw the string on the context. */ void editbool_draw(DEditBool *e)