Change the comment style for the modules and the list, and use the newParser to parse...
[bertos.git] / bertos / drv / wdt.h
index 578e145dcfff83b34cacf2d615dd232dc4085d38..b6db12475a0861d251bf60c4b662f299653c7ae0 100644 (file)
  *
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
- * \brief Watchdog interface
+ * \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