Change the comment style for the modules and the list, and use the newParser to parse...
[bertos.git] / bertos / drv / wdt.h
index e5a90e76efd04fa5235788e9a3c9d501fb987eb0..b6db12475a0861d251bf60c4b662f299653c7ae0 100644 (file)
  *
  * \brief Watchdog module, supplies a simple API to manage wdt on supported target.
  *
- * $WIZARD_MODULE = {
- * "name" : "wdt",
- * "depends" : [],
- * "configuration" : "bertos/cfg/cfg_wdt.h"
- * }
+ * $WIZ$ module_name = "wdt"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_wdt.h"
  */
 
 #ifndef DRV_WDT_H