Change the comment style for the modules and the list, and use the newParser to parse...
[bertos.git] / bertos / net / pocketcmd.h
index 7cbc98bfd1f2a44a0eb70d09d705bbe1e0ebf96e..4e96a623b4508855cf57713dbf508f0d880cec42 100644 (file)
  *
  * \author Francesco Sacchi <batt@develer.com>
  *
- * $WIZARD_MODULE = {
- * "name" : "pocketcmd",
- * "depends" : ["timer", "pocketbus"],
- * "configuration" : ""
- * }
+ * $WIZ$ module_name = "pocketcmd"
+ * $WIZ$ module_depends = "timer", "pocketbus"
  */
 
 #ifndef NET_POCKETCMD_H