diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-02-20 13:08:29 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-02-20 13:08:29 +0000 |
commit | 5e7319058268e021ae39ca4b9fcabaec0060117b (patch) | |
tree | f40fe1525f2053746540498041f1e8a819277bd7 /LUFA/Drivers/Misc/AT45DB321C.h | |
parent | 1daa5e16f9a395fb2943906a715adb35b8106988 (diff) | |
download | lufa-5e7319058268e021ae39ca4b9fcabaec0060117b.tar.gz lufa-5e7319058268e021ae39ca4b9fcabaec0060117b.tar.bz2 lufa-5e7319058268e021ae39ca4b9fcabaec0060117b.zip |
Start update of documentation to support possible multiple architectures in the future - alter \file documentation to automatically copy in the module documentation where possible.
Diffstat (limited to 'LUFA/Drivers/Misc/AT45DB321C.h')
-rw-r--r-- | LUFA/Drivers/Misc/AT45DB321C.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/LUFA/Drivers/Misc/AT45DB321C.h b/LUFA/Drivers/Misc/AT45DB321C.h index 083268ddc..725738bcf 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.
*
|