aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/USBKEY
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-02-01 10:34:07 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-02-01 10:34:07 +0000
commita4ebf4e92061bf1eec9224e64bc823ca7bedada4 (patch)
tree84a7e0086f652c2eb56721b77aa163c9b5799bde /LUFA/Drivers/Board/USBKEY
parent2ae397dc2f6398cadbb228108e826be170548e61 (diff)
downloadlufa-a4ebf4e92061bf1eec9224e64bc823ca7bedada4.tar.gz
lufa-a4ebf4e92061bf1eec9224e64bc823ca7bedada4.tar.bz2
lufa-a4ebf4e92061bf1eec9224e64bc823ca7bedada4.zip
Make board specific and device peripheral specific drivers' file documentation copy over to the module documentation, so that it is visible in the normal module view of the library documentation.
Diffstat (limited to 'LUFA/Drivers/Board/USBKEY')
-rw-r--r--LUFA/Drivers/Board/USBKEY/AT45DB642D.h5
-rw-r--r--LUFA/Drivers/Board/USBKEY/Buttons.h5
-rw-r--r--LUFA/Drivers/Board/USBKEY/Dataflash.h5
-rw-r--r--LUFA/Drivers/Board/USBKEY/Joystick.h5
-rw-r--r--LUFA/Drivers/Board/USBKEY/LEDs.h5
5 files changed, 25 insertions, 0 deletions
diff --git a/LUFA/Drivers/Board/USBKEY/AT45DB642D.h b/LUFA/Drivers/Board/USBKEY/AT45DB642D.h
index eee50bbe9..a9f48f083 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 7eb9bdacc..606fe81f8 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 46469318e..2ada30039 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 61760e187..bbb2a1663 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 ed3f5a1d8..cccdc9390 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.
+ *
* @{
*/