Index: firmware/App/Drivers/CPLD.h =================================================================== diff -u -rde5a0d43bdef611d963d11855bc958a8d8899a09 -ra1daba982e3117ce45437384e770b50cfda7b7a7 --- firmware/App/Drivers/CPLD.h (.../CPLD.h) (revision de5a0d43bdef611d963d11855bc958a8d8899a09) +++ firmware/App/Drivers/CPLD.h (.../CPLD.h) (revision a1daba982e3117ce45437384e770b50cfda7b7a7) @@ -20,6 +20,15 @@ #include "HDCommon.h" +/** + * @defgroup CPLD CPLD + * @brief The CPLD module provides functions to interface with the various + * CPLD functions (watchdog, alarm lamp, off/stop buttons, power off request). + * + * @addtogroup CPLD + * @{ + */ + // ********** public function prototypes ********** void initCPLD( void ); @@ -40,4 +49,6 @@ void setUserLED( BOOL on ); #endif +/**@}*/ + #endif