diff --git a/LUFA/Drivers/Board/ATAVRUSBRF01/Buttons.h b/LUFA/Drivers/Board/ATAVRUSBRF01/Buttons.h
index 1a950cbc511b72cb2d4053a7e4205b7800a385fc..008cca169d216b00580d7b818ce372c5aada3469 100644
--- a/LUFA/Drivers/Board/ATAVRUSBRF01/Buttons.h
+++ b/LUFA/Drivers/Board/ATAVRUSBRF01/Buttons.h
@@ -39,6 +39,11 @@
 /** \ingroup Group_Buttons
  *  @defgroup Group_Buttons_ATAVRUSBRF01 ATAVRUSBRF01
  *
+ *  Board specific Buttons driver header for the ATAVRUSBRF01.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the Buttons driver
+ *        dispatch header located in LUFA/Drivers/Board/Buttons.h.
+ *
  *  @{
  */
 
diff --git a/LUFA/Drivers/Board/ATAVRUSBRF01/LEDs.h b/LUFA/Drivers/Board/ATAVRUSBRF01/LEDs.h
index 05d08512803d789dbbf984bbadbfbd153eb7a25a..2b8075b02265d05473008c6d6cd9bdbf3f513802 100644
--- a/LUFA/Drivers/Board/ATAVRUSBRF01/LEDs.h
+++ b/LUFA/Drivers/Board/ATAVRUSBRF01/LEDs.h
@@ -39,6 +39,11 @@
 /** \ingroup Group_LEDs
  *  @defgroup Group_LEDs_ATAVRUSBRF01 ATAVRUSBRF01
  *
+ *  Board specific LED driver header for the ATAVRUSBRF01.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the LEDs driver
+ *        dispatch header located in LUFA/Drivers/Board/LEDs.h.
+ *
  *  @{
  */
  
diff --git a/LUFA/Drivers/Board/BUMBLEB/Buttons.h b/LUFA/Drivers/Board/BUMBLEB/Buttons.h
index d9a0f0b96950292930650a4375594778efd8df6e..2407053524224e34ee295db23d11691ad5a7b91f 100644
--- a/LUFA/Drivers/Board/BUMBLEB/Buttons.h
+++ b/LUFA/Drivers/Board/BUMBLEB/Buttons.h
@@ -40,6 +40,12 @@
 /** \ingroup Group_Buttons
  *  @defgroup Group_Buttons_BUMBLEB BUMBLEB
  *
+ *  Board specific Buttons driver header for the BUMBLEB. The BUMBLEB third-party board does not include any on-board
+ *  peripherals, but does have an officially recommended external peripheral layout for buttons, LEDs and a Joystick.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the Buttons driver
+ *        dispatch header located in LUFA/Drivers/Board/Buttons.h.
+ *
  *  @{
  */
 
diff --git a/LUFA/Drivers/Board/BUMBLEB/Joystick.h b/LUFA/Drivers/Board/BUMBLEB/Joystick.h
index 14d7d46982fd55d90018bb5746eb4dc47b1cbbb2..4ab98ae7fe9648042a8c0ef6cf7f0656bf96f1ca 100644
--- a/LUFA/Drivers/Board/BUMBLEB/Joystick.h
+++ b/LUFA/Drivers/Board/BUMBLEB/Joystick.h
@@ -40,6 +40,12 @@
 /** \ingroup Group_Joystick
  *  @defgroup Group_Joystick_BUMBLEB BUMBLEB
  *
+ *  Board specific joystick driver header for the USBKEY. The BUMBLEB third-party board does not include any on-board
+ *  peripherals, but does have an officially recommended external peripheral layout for buttons, LEDs and a Joystick.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the joystick driver
+ *        dispatch header located in LUFA/Drivers/Board/Joystick.h.
+ *
  *  @{
  */
 
diff --git a/LUFA/Drivers/Board/BUMBLEB/LEDs.h b/LUFA/Drivers/Board/BUMBLEB/LEDs.h
index 3eb4412043267427fce195c5448c21b0d1225e01..344a26e9c0da3ebc5a4bba684ec413cabb63dfb2 100644
--- a/LUFA/Drivers/Board/BUMBLEB/LEDs.h
+++ b/LUFA/Drivers/Board/BUMBLEB/LEDs.h
@@ -40,6 +40,12 @@
 /** \ingroup Group_LEDs
  *  @defgroup Group_LEDs_BUMBLEB BUMBLEB
  *
+ *  Board specific LED driver header for the BUMBLEB. The BUMBLEB third-party board does not include any on-board
+ *  peripherals, but does have an officially recommended external peripheral layout for buttons, LEDs and a Joystick.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the LEDs driver
+ *        dispatch header located in LUFA/Drivers/Board/LEDs.h.
+ *
  *  @{
  */
 
diff --git a/LUFA/Drivers/Board/EVK527/AT45DB321C.h b/LUFA/Drivers/Board/EVK527/AT45DB321C.h
index 74e04c2548e5d5160ee400ce7f33b42f067d4bf8..ada314d255e31026b441c6449597bbf766405533 100644
--- a/LUFA/Drivers/Board/EVK527/AT45DB321C.h
+++ b/LUFA/Drivers/Board/EVK527/AT45DB321C.h
@@ -39,6 +39,11 @@
 /** \ingroup Group_Dataflash_EVK527
  *  @defgroup Group_Dataflash_EVK527_AT45DB321C AT45DB321C
  *
+ *  Board specific Dataflash commands header for the AT45DB321C as mounted on the EVK527.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the dataflash driver
+ *        dispatch header located in LUFA/Drivers/Board/Dataflash.h.
+ *
  *  @{
  */
  
diff --git a/LUFA/Drivers/Board/EVK527/Buttons.h b/LUFA/Drivers/Board/EVK527/Buttons.h
index c945db8476bb51ae3f087a34ff0ed51f5dac76dc..cb8cdc5fd0cf073527567bcbad12889810ea3846 100644
--- a/LUFA/Drivers/Board/EVK527/Buttons.h
+++ b/LUFA/Drivers/Board/EVK527/Buttons.h
@@ -39,6 +39,11 @@
 /** \ingroup Group_Buttons
  *  @defgroup Group_Buttons_EVK527 EVK527
  *
+ *  Board specific Buttons driver header for the EVK527.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the Buttons driver
+ *        dispatch header located in LUFA/Drivers/Board/Buttons.h.
+ *
  *  @{
  */
 
diff --git a/LUFA/Drivers/Board/EVK527/Dataflash.h b/LUFA/Drivers/Board/EVK527/Dataflash.h
index 9ffd946117d9ade586cd85571258e42efd2527be..b6a6e25d8a37bccc9621176b656879471f3b53d0 100644
--- a/LUFA/Drivers/Board/EVK527/Dataflash.h
+++ b/LUFA/Drivers/Board/EVK527/Dataflash.h
@@ -39,6 +39,11 @@
 /** \ingroup Group_Dataflash
  *  @defgroup Group_Dataflash_EVK527 EVK527
  *
+ *  Board specific Dataflash driver header for the EVK527.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the dataflash driver
+ *        dispatch header located in LUFA/Drivers/Board/Dataflash.h.
+ *
  *  @{
  */
 
diff --git a/LUFA/Drivers/Board/EVK527/Joystick.h b/LUFA/Drivers/Board/EVK527/Joystick.h
index e3f4dd03105df798045df0970dc984ca87c8e5ad..c9262a4828696d25196a4410bf3005b725cca1d5 100644
--- a/LUFA/Drivers/Board/EVK527/Joystick.h
+++ b/LUFA/Drivers/Board/EVK527/Joystick.h
@@ -39,6 +39,11 @@
 /** \ingroup Group_Joystick
  *  @defgroup Group_Joystick_EVK527 EVK527
  *
+ *  Board specific joystick driver header for the EVK527.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the joystick driver
+ *        dispatch header located in LUFA/Drivers/Board/Joystick.h.
+ *
  *  @{
  */
 
diff --git a/LUFA/Drivers/Board/EVK527/LEDs.h b/LUFA/Drivers/Board/EVK527/LEDs.h
index cfad2224c1b6179f67d523602dedce9972cb107e..a1ba50d8280acfc327eb7a3637f5b421d340c3b4 100644
--- a/LUFA/Drivers/Board/EVK527/LEDs.h
+++ b/LUFA/Drivers/Board/EVK527/LEDs.h
@@ -39,6 +39,11 @@
 /** \ingroup Group_LEDs
  *  @defgroup Group_LEDs_EVK527 EVK527
  *
+ *  Board specific LED driver header for the EVK527.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the LEDs driver
+ *        dispatch header located in LUFA/Drivers/Board/LEDs.h.
+ *
  *  @{
  */
 
diff --git a/LUFA/Drivers/Board/RZUSBSTICK/LEDs.h b/LUFA/Drivers/Board/RZUSBSTICK/LEDs.h
index e3373458b87d65354dd81b6286e42038892d1b59..088cd3aef4258be978b6623a23dad431a7736c2a 100644
--- a/LUFA/Drivers/Board/RZUSBSTICK/LEDs.h
+++ b/LUFA/Drivers/Board/RZUSBSTICK/LEDs.h
@@ -39,6 +39,11 @@
 /** \ingroup Group_LEDs
  *  @defgroup Group_LEDs_RZUSBSTICK RZUSBSTICK
  *
+ *  Board specific LED driver header for the RZUSBSTICK.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the LEDs driver
+ *        dispatch header located in LUFA/Drivers/Board/LEDs.h.
+ *
  *  @{
  */
  
diff --git a/LUFA/Drivers/Board/STK525/AT45DB321C.h b/LUFA/Drivers/Board/STK525/AT45DB321C.h
index 49fc3df2ab0fef9cbd3b8f3441f0c8ea6c5d33f6..e29a0a5eb07d613770974f05f1ab43390cd0a156 100644
--- a/LUFA/Drivers/Board/STK525/AT45DB321C.h
+++ b/LUFA/Drivers/Board/STK525/AT45DB321C.h
@@ -39,6 +39,11 @@
 /** \ingroup Group_Dataflash_STK525
  *  @defgroup Group_Dataflash_STK525_AT45DB321C AT45DB321C
  *
+ *  Board specific Dataflash commands header for the AT45DB321C as mounted on the STK525.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the dataflash driver
+ *        dispatch header located in LUFA/Drivers/Board/Dataflash.h.
+ *
  *  @{
  */
  
diff --git a/LUFA/Drivers/Board/STK525/Buttons.h b/LUFA/Drivers/Board/STK525/Buttons.h
index d29e372bbabc78cbbe9475b5d92828ba1cec6dc9..fbf4f58c1baee1d1381bd8023f4b87a975f4eb7c 100644
--- a/LUFA/Drivers/Board/STK525/Buttons.h
+++ b/LUFA/Drivers/Board/STK525/Buttons.h
@@ -39,6 +39,11 @@
 /** \ingroup Group_Buttons
  *  @defgroup Group_Buttons_STK525 STK525
  *
+ *  Board specific Buttons driver header for the STK525.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the Buttons driver
+ *        dispatch header located in LUFA/Drivers/Board/Buttons.h.
+ *
  *  @{
  */
 
diff --git a/LUFA/Drivers/Board/STK525/Dataflash.h b/LUFA/Drivers/Board/STK525/Dataflash.h
index d779f74076c397de7ea7e6b11e6e089cfe508cbd..cab1af838b7c022d61177ec030d05fe94246e878 100644
--- a/LUFA/Drivers/Board/STK525/Dataflash.h
+++ b/LUFA/Drivers/Board/STK525/Dataflash.h
@@ -39,6 +39,11 @@
 /** \ingroup Group_Dataflash
  *  @defgroup Group_Dataflash_STK525 STK525
  *
+ *  Board specific Dataflash driver header for the STK525.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the dataflash driver
+ *        dispatch header located in LUFA/Drivers/Board/Dataflash.h.
+ *
  *  @{
  */
 
diff --git a/LUFA/Drivers/Board/STK525/Joystick.h b/LUFA/Drivers/Board/STK525/Joystick.h
index 11abad5236b4ad990003b1a0050d1dbd3d9716df..1cb270f3a61d2ccbdfb9aebe38e234a1f8c833a9 100644
--- a/LUFA/Drivers/Board/STK525/Joystick.h
+++ b/LUFA/Drivers/Board/STK525/Joystick.h
@@ -39,6 +39,11 @@
 /** \ingroup Group_Joystick
  *  @defgroup Group_Joystick_STK525 STK525
  *
+ *  Board specific joystick driver header for the STK525.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the joystick driver
+ *        dispatch header located in LUFA/Drivers/Board/Joystick.h.
+ *
  *  @{
  */
  
diff --git a/LUFA/Drivers/Board/STK525/LEDs.h b/LUFA/Drivers/Board/STK525/LEDs.h
index ea182f72860b137b789d55cf5690a6402ef1dcb8..39ffa0f8c8cc52de1e8de54dedaf7c755615d7dc 100644
--- a/LUFA/Drivers/Board/STK525/LEDs.h
+++ b/LUFA/Drivers/Board/STK525/LEDs.h
@@ -39,6 +39,11 @@
 /** \ingroup Group_LEDs
  *  @defgroup Group_LEDs_STK525 STK525
  *
+ *  Board specific LED driver header for the STK525.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the LEDs driver
+ *        dispatch header located in LUFA/Drivers/Board/LEDs.h.
+ *
  *  @{
  */
  
diff --git a/LUFA/Drivers/Board/STK526/AT45DB642D.h b/LUFA/Drivers/Board/STK526/AT45DB642D.h
index caf42047aa11584291b06917eb41863387f82b42..bf2973ef3a3726e70e63038709342ca398170a64 100644
--- a/LUFA/Drivers/Board/STK526/AT45DB642D.h
+++ b/LUFA/Drivers/Board/STK526/AT45DB642D.h
@@ -39,6 +39,11 @@
 /** \ingroup Group_Dataflash_STK526
  *  @defgroup Group_Dataflash_STK526_AT45DB642D AT45DB642D
  *
+ *  Board specific Dataflash commands header for the AT45DB642D as mounted on the STK526.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the dataflash driver
+ *        dispatch header located in LUFA/Drivers/Board/Dataflash.h.
+ *
  *  @{
  */
 
diff --git a/LUFA/Drivers/Board/STK526/Buttons.h b/LUFA/Drivers/Board/STK526/Buttons.h
index 2484706db1497ec38b55d0ff105b55947f533021..9aa798a6e8d8054738a853701cd0767d81ac3901 100644
--- a/LUFA/Drivers/Board/STK526/Buttons.h
+++ b/LUFA/Drivers/Board/STK526/Buttons.h
@@ -39,6 +39,11 @@
 /** \ingroup Group_Buttons
  *  @defgroup Group_Buttons_STK526 STK526
  *
+ *  Board specific Buttons driver header for the STK526.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the Buttons driver
+ *        dispatch header located in LUFA/Drivers/Board/Buttons.h.
+ *
  *  @{
  */
 
diff --git a/LUFA/Drivers/Board/STK526/Dataflash.h b/LUFA/Drivers/Board/STK526/Dataflash.h
index 6629663451ebb219e8faedb3a1a43b8713612ba5..ff89dce03399d1c57a4f3e03b7101c8b7084f351 100644
--- a/LUFA/Drivers/Board/STK526/Dataflash.h
+++ b/LUFA/Drivers/Board/STK526/Dataflash.h
@@ -39,6 +39,11 @@
 /** \ingroup Group_Dataflash
  *  @defgroup Group_Dataflash_STK526 STK526
  *
+ *  Board specific Dataflash driver header for the STK525.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the dataflash driver
+ *        dispatch header located in LUFA/Drivers/Board/Dataflash.h.
+ *
  *  @{
  */
 
diff --git a/LUFA/Drivers/Board/STK526/Joystick.h b/LUFA/Drivers/Board/STK526/Joystick.h
index 6bbb3b483ee76edeeea9594cccab967a1b34b87c..a40526a6ff9c20c72c3c5e76060453e7c6bd9b15 100644
--- a/LUFA/Drivers/Board/STK526/Joystick.h
+++ b/LUFA/Drivers/Board/STK526/Joystick.h
@@ -39,6 +39,11 @@
 /** \ingroup Group_Joystick
  *  @defgroup Group_Joystick_STK526 STK526
  *
+ *  Board specific joystick driver header for the STK526.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the joystick driver
+ *        dispatch header located in LUFA/Drivers/Board/Joystick.h.
+ *
  *  @{
  */
  
diff --git a/LUFA/Drivers/Board/STK526/LEDs.h b/LUFA/Drivers/Board/STK526/LEDs.h
index ead9085c1334473b52a292b34d82f1db3f3e9a53..4e68d618463156215f0b45fc02569a3cb757df29 100644
--- a/LUFA/Drivers/Board/STK526/LEDs.h
+++ b/LUFA/Drivers/Board/STK526/LEDs.h
@@ -39,6 +39,11 @@
 /** \ingroup Group_LEDs
  *  @defgroup Group_LEDs_STK526 STK526
  *
+ *  Board specific LED driver header for the STK526.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the LEDs driver
+ *        dispatch header located in LUFA/Drivers/Board/LEDs.h.
+ *
  *  @{
  */
  
diff --git a/LUFA/Drivers/Board/USBKEY/AT45DB642D.h b/LUFA/Drivers/Board/USBKEY/AT45DB642D.h
index eee50bbe9785cc6858a6017c5beaaa8b767a50f9..a9f48f08308af777effc0358c7128adb61112e48 100644
--- a/LUFA/Drivers/Board/USBKEY/AT45DB642D.h
+++ b/LUFA/Drivers/Board/USBKEY/AT45DB642D.h
@@ -39,6 +39,11 @@
 /** \ingroup Group_Dataflash_USBKEY
  *  @defgroup Group_Dataflash_USBKEY_AT45DB642D AT45DB642D
  *
+ *  Board specific Dataflash commands header for the AT45DB642D as mounted on the USBKEY.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the dataflash driver
+ *        dispatch header located in LUFA/Drivers/Board/Dataflash.h.
+ *
  *  @{
  */
  
diff --git a/LUFA/Drivers/Board/USBKEY/Buttons.h b/LUFA/Drivers/Board/USBKEY/Buttons.h
index 7eb9bdacc505743169550688b88b0c8c4431c2db..606fe81f8089af5a52eba60e54df633345fcc015 100644
--- a/LUFA/Drivers/Board/USBKEY/Buttons.h
+++ b/LUFA/Drivers/Board/USBKEY/Buttons.h
@@ -39,6 +39,11 @@
 /** \ingroup Group_Buttons
  *  @defgroup Group_Buttons_USBKEY USBKEY
  *
+ *  Board specific Buttons driver header for the USBKEY.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the Buttons driver
+ *        dispatch header located in LUFA/Drivers/Board/Buttons.h.
+ *
  *  @{
  */
 
diff --git a/LUFA/Drivers/Board/USBKEY/Dataflash.h b/LUFA/Drivers/Board/USBKEY/Dataflash.h
index 46469318efaa9ae627343e285cb7409dc4f1bebb..2ada3003948d1f3e028d3f1d2604e0b8490e67ff 100644
--- a/LUFA/Drivers/Board/USBKEY/Dataflash.h
+++ b/LUFA/Drivers/Board/USBKEY/Dataflash.h
@@ -39,6 +39,11 @@
 /** \ingroup Group_Dataflash
  *  @defgroup Group_Dataflash_USBKEY USBKEY
  *
+ *  Board specific Dataflash driver header for the USBKEY board.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the dataflash driver
+ *        dispatch header located in LUFA/Drivers/Board/Dataflash.h. 
+ *
  *  @{
  */
 
diff --git a/LUFA/Drivers/Board/USBKEY/Joystick.h b/LUFA/Drivers/Board/USBKEY/Joystick.h
index 61760e187e39595d15dca683f1d147a7a12e57cf..bbb2a166361d87d16f24806c081d13db0e54e1c1 100644
--- a/LUFA/Drivers/Board/USBKEY/Joystick.h
+++ b/LUFA/Drivers/Board/USBKEY/Joystick.h
@@ -39,6 +39,11 @@
 /** \ingroup Group_Joystick
  *  @defgroup Group_Joystick_USBKEY USBKEY
  *
+ *  Board specific joystick driver header for the USBKEY.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the joystick driver
+ *        dispatch header located in LUFA/Drivers/Board/Joystick.h.
+ *
  *  @{
  */
 
diff --git a/LUFA/Drivers/Board/USBKEY/LEDs.h b/LUFA/Drivers/Board/USBKEY/LEDs.h
index ed3f5a1d86819d2a5840db7d24236740f234abe3..cccdc9390e2be7475662c23c38304108e579e70d 100644
--- a/LUFA/Drivers/Board/USBKEY/LEDs.h
+++ b/LUFA/Drivers/Board/USBKEY/LEDs.h
@@ -39,6 +39,11 @@
 /** \ingroup Group_LEDs
  *  @defgroup Group_LEDs_USBKEY USBKEY
  *
+ *  Board specific LED driver header for the USBKEY.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the LEDs driver
+ *        dispatch header located in LUFA/Drivers/Board/LEDs.h.
+ *
  *  @{
  */
 
diff --git a/LUFA/Drivers/Board/XPLAIN/AT45DB642D.h b/LUFA/Drivers/Board/XPLAIN/AT45DB642D.h
index a616279ec2890efb0032a74af9805c9570846a51..1df0b4083e20e6a3e69accc54d4320386cfc71c7 100644
--- a/LUFA/Drivers/Board/XPLAIN/AT45DB642D.h
+++ b/LUFA/Drivers/Board/XPLAIN/AT45DB642D.h
@@ -39,6 +39,11 @@
 /** \ingroup Group_Dataflash_XPLAIN
  *  @defgroup Group_Dataflash_XPLAIN_AT45DB642D AT45DB642D
  *
+ *  Board specific Dataflash commands header for the AT45DB642D as mounted on the XPLAIN.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the dataflash driver
+ *        dispatch header located in LUFA/Drivers/Board/Dataflash.h.
+ *
  *  @{
  */
  
diff --git a/LUFA/Drivers/Board/XPLAIN/Dataflash.h b/LUFA/Drivers/Board/XPLAIN/Dataflash.h
index 8832874ac39e3d4e9b5c7de96765aebadba06980..045d596f120d2001d70d6ce7e88295760fd64aa6 100644
--- a/LUFA/Drivers/Board/XPLAIN/Dataflash.h
+++ b/LUFA/Drivers/Board/XPLAIN/Dataflash.h
@@ -39,6 +39,11 @@
 /** \ingroup Group_Dataflash
  *  @defgroup Group_Dataflash_XPLAIN XPLAIN
  *
+ *  Board specific Dataflash driver header for the XPLAIN.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the dataflash driver
+ *        dispatch header located in LUFA/Drivers/Board/Dataflash.h.
+ *
  *  @{
  */
 
diff --git a/LUFA/Drivers/Board/XPLAIN/LEDs.h b/LUFA/Drivers/Board/XPLAIN/LEDs.h
index 600be9f26ace2f24630b9b1c4db662c441cfa3e1..36d8315b6c6090f4dd43102f11551bc62ca43049 100644
--- a/LUFA/Drivers/Board/XPLAIN/LEDs.h
+++ b/LUFA/Drivers/Board/XPLAIN/LEDs.h
@@ -39,6 +39,11 @@
 /** \ingroup Group_LEDs
  *  @defgroup Group_LEDs_XPLAIN XPLAIN
  *
+ *  Board specific LED driver header for the XPLAIN.
+ *
+ *  \note This file should not be included directly. It is automatically included as needed by the LEDs driver
+ *        dispatch header located in LUFA/Drivers/Board/LEDs.h.
+ *
  *  @{
  */
  
diff --git a/LUFA/ManPages/LibraryResources.txt b/LUFA/ManPages/LibraryResources.txt
index f669de325951a9acb792665beeebe0595634cc01..4d1115d6650b8439ef391566912e9ae42fdfdf06 100644
--- a/LUFA/ManPages/LibraryResources.txt
+++ b/LUFA/ManPages/LibraryResources.txt
@@ -7,18 +7,26 @@
 /**
  *  \page Page_Resources Library Resources
  *
+ *  \section Sec_ProjectPages LUFA Related Webpages
  *  Project Homepage: http://www.fourwalledcubicle.com/LUFA.php \n
+ *  Author's Website: http://www.fourwalledcubicle.com \n
  *  Development Blog: http://www.fourwalledcubicle.com/blog \n
+ *
+ *  \section Sec_ProjectHelp Assistance With LUFA
  *  Discussion Group: http://groups.google.com/group/myusb-support-list \n
+ *  Author's Email: dean [at] fourwalledcubicle [dot] com
+ *
+ *  \section Sec_InDevelopment Latest In-Development Source Code
  *  Official Releases, SVN Access, Issue Tracker: http://code.google.com/p/lufa-lib/ \n
- *  Development Source Archives: http://github.com/abcminiuser/lufa-lib/archives/master
- *  Git Access: http://github.com/abcminiuser/lufa-lib
- *  Commit RSS: http://github.com/feeds/abcminiuser/commits/lufa-lib/master
- *  Author's Website: http://www.fourwalledcubicle.com \n
+ *  Git Access: http://github.com/abcminiuser/lufa-lib \n
+ *  Development Source Archives: http://github.com/abcminiuser/lufa-lib/archives/master \n
+ *  Commit RSS Feed: http://github.com/feeds/abcminiuser/commits/lufa-lib/master \n
  *
+ *  \section Sec_Toolchain AVR Toolchain
  *  WinAVR Website: http://winavr.sourceforge.net \n
  *  avr-libc Website: http://www.nongnu.org/avr-libc/ \n
  *
+ *  \section Sec_USBResources USB Resources
  *  USB-IF Website: http://www.usb.org \n
  */
  
\ No newline at end of file