* If the BOARD value is set to BOARD_USER, this will include the /Board/LEDs.h file in the user project\r
* directory.\r
*/\r
- \r
+\r
+/** \ingroup Group_BoardDrivers\r
+ * @defgroup Group_LEDs LEDs Driver - LUFA/Drivers/Board/LEDs.h\r
+ *\r
+ * Functions, macros, variables, enums and types related to the control of board LEDs.\r
+ *\r
+ * @{\r
+ */\r
+\r
#ifndef __LEDS_H__\r
#define __LEDS_H__\r
\r
#include "Board/LEDs.h"\r
#endif\r
\r
- /* Psudo-Functions for Doxygen: */\r
+ /* Pseudo-Functions for Doxygen: */\r
#if defined(__DOXYGEN__)\r
/** Initializes the board LED driver so that the LEDs can be controlled. This sets the appropriate port\r
* I/O pins as outputs, and sets the LEDs to default to off.\r
#endif\r
\r
#endif\r
+\r
+/** @} */\r