Index: firmware/App/Drivers/CPLD.h =================================================================== diff -u -ra7bf3ca23ea37a61000379facae628a31b3ecc59 -r2fe8834dda9d8f69068c151ff0474d915eef6eb5 --- firmware/App/Drivers/CPLD.h (.../CPLD.h) (revision a7bf3ca23ea37a61000379facae628a31b3ecc59) +++ firmware/App/Drivers/CPLD.h (.../CPLD.h) (revision 2fe8834dda9d8f69068c151ff0474d915eef6eb5) @@ -19,6 +19,14 @@ #define __CPLD_H__ #include "DGCommon.h" + +/** + * @defgroup CPLD CPLD + * @brief CPLD module. + * + * @addtogroup CPLD + * @{ + */ // ********** public function prototypes ********** @@ -30,5 +38,7 @@ void setCPLDLampGreen( PIN_SIGNAL_STATE_T level ); void setCPLDLampBlue( PIN_SIGNAL_STATE_T level ); void setCPLDLampRed( PIN_SIGNAL_STATE_T level ); + +/**@}*/ #endif