diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-02-20 13:08:29 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-02-20 13:08:29 +0000 |
| commit | 7e5abe7ff1cc55f6f8a250f24cd5fcedeb3d2389 (patch) | |
| tree | f40fe1525f2053746540498041f1e8a819277bd7 /LUFA/Drivers/Misc | |
| parent | e3f5648f950eea03feb39258930fde89d678b9c3 (diff) | |
Start update of documentation to support possible multiple architectures in the future - alter \file documentation to automatically copy in the module documentation where possible.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1673 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Drivers/Misc')
| -rw-r--r-- | LUFA/Drivers/Misc/AT45DB321C.h | 8 | ||||
| -rw-r--r-- | LUFA/Drivers/Misc/AT45DB642D.h | 8 | ||||
| -rw-r--r-- | LUFA/Drivers/Misc/RingBuffer.h | 4 |
3 files changed, 8 insertions, 12 deletions
diff --git a/LUFA/Drivers/Misc/AT45DB321C.h b/LUFA/Drivers/Misc/AT45DB321C.h index 083268dd..725738bc 100644 --- a/LUFA/Drivers/Misc/AT45DB321C.h +++ b/LUFA/Drivers/Misc/AT45DB321C.h @@ -29,13 +29,13 @@ */
/** \file
- * \brief Dataflash command constants for the the Atmel AT45DB321C Dataflash IC
- *
- * Dataflash command constants for the Atmel AT45DB321C Dataflash IC.
+ * \brief Command constants for the Atmel AT45DB321C Dataflash.
+ * \copydetails Group_AT45DB321C
*/
/** \ingroup Group_MiscDrivers
- * \defgroup Group_AT45DB321C AT45DB321C Commands
+ * \defgroup Group_AT45DB321C Atmel AT45DB321C Dataflash Commands
+ * \brief Command constants for the Atmel AT45DB321C Dataflash.
*
* Dataflash command constants for the Atmel AT45DB321C Dataflash IC.
*
diff --git a/LUFA/Drivers/Misc/AT45DB642D.h b/LUFA/Drivers/Misc/AT45DB642D.h index 923a3b7c..98041167 100644 --- a/LUFA/Drivers/Misc/AT45DB642D.h +++ b/LUFA/Drivers/Misc/AT45DB642D.h @@ -29,13 +29,13 @@ */
/** \file
- * \brief Dataflash command constants for the the Atmel AT45DB642D Dataflash IC
- *
- * Dataflash command constants for the Atmel AT45DB642D Dataflash IC.
+ * \brief Command constants for the Atmel AT45DB642D Dataflash.
+ * \copydetails Group_AT45DB642D
*/
/** \ingroup Group_MiscDrivers
- * \defgroup Group_AT45DB642D AT45DB642D Commands
+ * \defgroup Group_AT45DB642D Atmel AT45DB642D Dataflash Commands
+ * \brief Command constants for the Atmel AT45DB642D Dataflash.
*
* Dataflash command constants for the Atmel AT45DB642D Dataflash IC.
*
diff --git a/LUFA/Drivers/Misc/RingBuffer.h b/LUFA/Drivers/Misc/RingBuffer.h index 8ca5d2a0..ea82651f 100644 --- a/LUFA/Drivers/Misc/RingBuffer.h +++ b/LUFA/Drivers/Misc/RingBuffer.h @@ -93,10 +93,6 @@ #define __RING_BUFFER_H__
/* Includes: */
- #include <util/atomic.h>
- #include <stdint.h>
- #include <stdbool.h>
-
#include "../../Common/Common.h"
/* Type Defines: */
|
