Rename Drivers/AT90USBXXX to Drivers/Peripheral.
[pub/lufa.git] / LUFA / Drivers / Board / LEDs.h
index cda15a4..c40042d 100644 (file)
  *  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
@@ -68,7 +76,7 @@
                #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