Change the comment style for the modules and the list, and use the newParser to parse...
[bertos.git] / bertos / algo / pid_control.h
index 1aa56d68b8f296aa47b4bb5f9cc0522b84b92621..ead5faa73ab45c4e4005eb5eb1520b4537b54adb 100644 (file)
  *
  * \author Daniele Basile <asterix@develer.com>
  *
- * $WIZARD_MODULE = {
- * "name" : "pid_control",
- * "depends" : ["timer"],
- * "configuration" : ""
- * }
+ * $WIZ$ module_name = "pid_control"
+ * $WIZ$ module_depends = "timer"
  */
 
 #ifndef ALGO_PID_CONTROL_H