X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=mware%2Fmsg.c;h=f565c8ab2a02e024c173dde693f3ba3ba963739e;hb=45add65abd59bd79f528501c85f3e5891a9c2c29;hp=76c66437022b3203d1107a267994f62b99c86d34;hpb=5dc6ddc46b1416e0a4b70933eb0a93ee308d09c9;p=bertos.git diff --git a/mware/msg.c b/mware/msg.c old mode 100755 new mode 100644 index 76c66437..f565c8ab --- a/mware/msg.c +++ b/mware/msg.c @@ -1,8 +1,33 @@ -/*! +/** * \file * * * \brief Messages for LCD. @@ -15,6 +40,9 @@ /*#* *#* $Log$ + *#* Revision 1.2 2006/07/19 12:56:28 bernie + *#* Convert to new Doxygen style. + *#* *#* Revision 1.1 2005/03/01 23:31:02 bernie *#* String table and localization stuff. *#* @@ -22,7 +50,7 @@ #include "msg.h" -/*! +/** * Array of pointers to localized strings. Should be filled * by localization stuff, but not for now. */ @@ -41,7 +69,7 @@ const char *msg_strings[MSG_COUNT] = { */ -/*! +/** * Untranslated constant strings used more than once are * grouped here to save ROM space. */