Change the comment style for the modules and the list, and use the newParser to parse...
[bertos.git] / bertos / net / pocketbus.h
index 7e1317d7995bc2d285c03a8451c04ba40bc8334d..0f26dd907ecac87a5250eee073864684a120edcd 100644 (file)
  *
  * \brief Basical functions to use pocketBus protocol.
  *
- * $WIZARD_MODULE = {
- * "name" : "pocketbus",
- * "depends" : ["rotating_hash", "kfile"],
- * "configuration" : "bertos/cfg/cfg_pocketbus.h"
- * }
+ * $WIZ$ module_name = "pocketbus"
+ * $WIZ$ module_depends = "rotating_hash", "kfile"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_pocketbus.h"
  */
 
 #ifndef NET_POCKETBUS_H