Change the comment style for the modules and the list, and use the newParser to parse...
[bertos.git] / bertos / algo / randpool.h
index fe999e32b12af7b2643f4b3c177707afc47595cb..6e6a7dba2be83039ad80e10da40f73d1404f3cf0 100644 (file)
  * \version $Id$
  * \author Daniele Basile <asterix@develer.com>
  *
- * $WIZARD_MODULE = {
- * "name" : "randpool",
- * "depends" : ["timer"],
- * "configuration" : "bertos/cfg/cfg_randpool.h"
- * }
+ * $WIZ$ module_name = "randpool"
+ * $WIZ$ module_depends = "timer"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_randpool.h"
  */
 
 #ifndef ALGO_RANDPOOL_H