From 7e5abe7ff1cc55f6f8a250f24cd5fcedeb3d2389 Mon Sep 17 00:00:00 2001 From: Dean 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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1673 d5102386-fcda-11dd-9fdb-3debd5008f28 --- LUFA/Drivers/Board/MICROSIN162/Buttons.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'LUFA/Drivers/Board/MICROSIN162/Buttons.h') diff --git a/LUFA/Drivers/Board/MICROSIN162/Buttons.h b/LUFA/Drivers/Board/MICROSIN162/Buttons.h index a4d1637e..f41d2819 100644 --- a/LUFA/Drivers/Board/MICROSIN162/Buttons.h +++ b/LUFA/Drivers/Board/MICROSIN162/Buttons.h @@ -30,8 +30,7 @@ /** \file * \brief Board specific Buttons driver header for the Microsin AVR-USB162 board. - * - * Board specific Buttons driver header for the Microsin AVR-USB162 board (http://microsin.ru/content/view/685/44/). + * \copydetails Group_Buttons_MICROSIN162 * * \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. @@ -39,12 +38,10 @@ /** \ingroup Group_Buttons * \defgroup Group_Buttons_MICROSIN162 MICROSIN162 + * \brief Board specific Buttons driver header for the Microsin AVR-USB162 board. * * Board specific Buttons driver header for the Microsin AVR-USB162 board (http://microsin.ru/content/view/685/44/). * - * \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. - * * @{ */ @@ -52,9 +49,6 @@ #define __BUTTONS_MICROSIN162_H__ /* Includes: */ - #include - #include - #include "../../../Common/Common.h" /* Enable C linkage for C++ Compilers: */ -- cgit v1.2.3