X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=dt%2Feditint.c;h=8ddcb7ed0bdc37afd7d84a24bf3388006cfbcb4c;hb=b87fa132f9a185053847b7b91ae8a6247e2d5621;hp=2b95d5658c8ac696cf031b5b27bdd9088e2c7d81;hpb=77d2e9d82dc6d8dea26fe13eacaeb63554b97094;p=bertos.git diff --git a/dt/editint.c b/dt/editint.c old mode 100755 new mode 100644 index 2b95d565..8ddcb7ed --- a/dt/editint.c +++ b/dt/editint.c @@ -1,6 +1,31 @@ -/*! +/** * \file * * @@ -15,6 +40,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. *#* @@ -50,7 +78,7 @@ #include -/*! +/** * Init. */ void editint_init(DEditInt *e, dpos_t pos, dpos_t size, dcontext_t *context, int *value, int min, int max) @@ -69,7 +97,7 @@ void editint_init(DEditInt *e, dpos_t pos, dpos_t size, dcontext_t *context, int e->draw = editint_draw; } -/*! +/** * Handle the messages (edit the int). */ void editint_update(DEditInt *e, dtag_t tag, dval_t _val) @@ -122,7 +150,7 @@ void editint_update(DEditInt *e, dtag_t tag, dval_t _val) } } -/*! +/** * Draw the integer on the context. */ void editint_draw(DEditInt *e)