* -->
*
*
- * \brief Proportional, integral, derivative controller (PID controller) (interface)
+ * \brief Proportional, integral, derivative controller (PID controller).
*
* \version $Id$
*
-
/**
* \file
* <!--
* 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).
*
+ * \version $Id$
+ *
+ * \author Simone Zinanni <s.zinanni@develer.com>
+ * \author Giovanni Bajo <rasky@develer.com>
+ * \author Daniele Basile <asterix@develer.com>
+ *
* $WIZARD_MODULE = {
* "name" : "ramp",
* "depends" : [],