From 5e7319058268e021ae39ca4b9fcabaec0060117b Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 20 Feb 2011 13:08:29 +0000 Subject: Start update of documentation to support possible multiple architectures in the future - alter \file documentation to automatically copy in the module documentation where possible. --- LUFA/Drivers/Misc/AT45DB321C.h | 8 ++++---- LUFA/Drivers/Misc/AT45DB642D.h | 8 ++++---- LUFA/Drivers/Misc/RingBuffer.h | 4 ---- 3 files changed, 8 insertions(+), 12 deletions(-) (limited to 'LUFA/Drivers/Misc') 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. * diff --git a/LUFA/Drivers/Misc/AT45DB642D.h b/LUFA/Drivers/Misc/AT45DB642D.h index 923a3b7c4..98041167e 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 8ca5d2a0a..ea82651fd 100644 --- a/LUFA/Drivers/Misc/RingBuffer.h +++ b/LUFA/Drivers/Misc/RingBuffer.h @@ -93,10 +93,6 @@ #define __RING_BUFFER_H__ /* Includes: */ - #include - #include - #include - #include "../../Common/Common.h" /* Type Defines: */ -- cgit v1.2.3