Change the comment style for the modules and the list, and use the newParser to parse...
[bertos.git] / bertos / algo / ramp.h
index 6176a0f0501f4f8c89c493f692638bab5632f7cf..6ec37c8c9ecd865e939efdd882372e9c478c012a 100644 (file)
@@ -1,4 +1,3 @@
-
 /**
  * \file
  * <!--
@@ -6,13 +5,7 @@
  * All Rights Reserved.
  * -->
  *
- * \brief Compute, save and load ramps for stepper motors (interace)
- *
- * \version $Id$
- *
- * \author Simone Zinanni <s.zinanni@develer.com>
- * \author Giovanni Bajo <rasky@develer.com>
- * \author Daniele Basile <asterix@develer.com>
+ * \brief Compute, save and load ramps for stepper motors.
  *
  * The acceleration ramp is used to properly accelerate a stepper motor. The main
  * entry point is the function ramp_evaluate(), which must be called at every step
  * for DSP56000 (but a portable C version of it can be easily written, see the
  * comments in the code).
  *
- * $WIZARD_MODULE = {
- * "name" : "ramp",
- * "depends" : [],
- * "configuration" : "bertos/cfg/cfg_ramp.h"
- * }
+ * \version $Id$
+ *
+ * \author Simone Zinanni <s.zinanni@develer.com>
+ * \author Giovanni Bajo <rasky@develer.com>
+ * \author Daniele Basile <asterix@develer.com>
+ *
+ * $WIZ$ module_name = "ramp"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_ramp.h"
  */
 
 #ifndef ALGO_RAMP_H