Change the comment style for the modules and the list, and use the newParser to parse...
[bertos.git] / bertos / kern / proc.h
index 693cd72c76aaf4780397d389a201db4831acaa20..cb35af5d484d18cdd0bfd90827afe20240aa0c35 100644 (file)
  * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
- * $WIZARD_MODULE = {
- * "name" : "kernel",
- * "depends" : [],
- * "configuration" : "bertos/cfg/cfg_kern.h"
- * }
+ * $WIZ$ module_name = "kernel"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_kern.h"
  */
 
 #ifndef KERN_PROC_H