Change the comment style for the modules and the list, and use the newParser to parse...
[bertos.git] / bertos / algo / ramp.h
index 1ca7bb76eb574ffd7bc4d395619a2409d8105d7a..6ec37c8c9ecd865e939efdd882372e9c478c012a 100644 (file)
  * \author Giovanni Bajo <rasky@develer.com>
  * \author Daniele Basile <asterix@develer.com>
  *
- * $WIZARD_MODULE = {
- * "name" : "ramp",
- * "depends" : [],
- * "configuration" : "bertos/cfg/cfg_ramp.h"
- * }
+ * $WIZ$ module_name = "ramp"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_ramp.h"
  */
 
 #ifndef ALGO_RAMP_H