Index: firmware/App/Modes/ModeFill.h =================================================================== diff -u -ra7bf3ca23ea37a61000379facae628a31b3ecc59 -r66b01e138aa023829f62ddd07555d0de2013b03a --- firmware/App/Modes/ModeFill.h (.../ModeFill.h) (revision a7bf3ca23ea37a61000379facae628a31b3ecc59) +++ firmware/App/Modes/ModeFill.h (.../ModeFill.h) (revision 66b01e138aa023829f62ddd07555d0de2013b03a) @@ -23,16 +23,15 @@ /** * @defgroup DGFillMode DGFillMode - * @brief Fill mode module. - * Manages fill mode functions via a state machine. + * @brief Fill mode module. Manages fill mode functions via a state machine. * * @addtogroup DGFillMode * @{ */ // ********** public definitions ********** -// ********** private function prototypes ********** +// ********** public function prototypes ********** void initFillMode( void ); // initialize this module void transitionToFillMode( void ); // prepares for transition to fill mode