X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fmware%2Fparser.h;h=16fa4534974e8bf744aa1ee8225d410b7d2f1ad2;hb=72240301885fcf3156dd0cc82fa904c8d3286f50;hp=93fb8d8ff5408fee259046c065a9344d6db0e777;hpb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;p=bertos.git diff --git a/bertos/mware/parser.h b/bertos/mware/parser.h index 93fb8d8f..16fa4534 100644 --- a/bertos/mware/parser.h +++ b/bertos/mware/parser.h @@ -30,13 +30,15 @@ * All Rights Reserved. * --> * - * \version $Id$ - * * \author Bernie Innocenti * \author Stefano Fedrigo * \author Giovanni Bajo * - * \brief serial protocol parser and commands. + * \brief Channel protocol parser and commands. + * + * $WIZ$ module_name = "parser" + * $WIZ$ module_configuration = "bertos/cfg/cfg_parser.h" + * $WIZ$ module_depends = "kfile", "hashtable" */