From 70dd6bc526d5f7b5db89af65638b9a74211fd7bb Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 28 Apr 2013 17:24:37 +0000 Subject: [PATCH] Fix board driver hardware capability definition macro documentation. Fix Doxygen-to-Docbook transform eating the contents of generated tables. --- LUFA/CodeTemplates/DriverStubs/Board.h | 4 ++-- LUFA/Drivers/Board/AVR8/ADAFRUITU4/Board.h | 2 +- LUFA/Drivers/Board/AVR8/ATAVRUSBRF01/Board.h | 4 ++-- LUFA/Drivers/Board/AVR8/BENITO/Board.h | 4 ++-- LUFA/Drivers/Board/AVR8/BIGMULTIO/Board.h | 2 +- LUFA/Drivers/Board/AVR8/BLACKCAT/Board.h | 2 +- LUFA/Drivers/Board/AVR8/BUI/Board.h | 2 +- LUFA/Drivers/Board/AVR8/BUMBLEB/Board.h | 4 ++-- LUFA/Drivers/Board/AVR8/CULV3/Board.h | 4 ++-- LUFA/Drivers/Board/AVR8/DUCE/Board.h | 2 +- LUFA/Drivers/Board/AVR8/EVK527/Board.h | 4 ++-- LUFA/Drivers/Board/AVR8/JMDBU2/Board.h | 4 ++-- LUFA/Drivers/Board/AVR8/LEONARDO/Board.h | 2 +- LUFA/Drivers/Board/AVR8/MAXIMUS/Board.h | 2 +- LUFA/Drivers/Board/AVR8/MICROPENDOUS/Board.h | 4 ++-- LUFA/Drivers/Board/AVR8/MICROSIN162/Board.h | 4 ++-- LUFA/Drivers/Board/AVR8/MINIMUS/Board.h | 4 ++-- LUFA/Drivers/Board/AVR8/MULTIO/Board.h | 2 +- LUFA/Drivers/Board/AVR8/OLIMEX162/Board.h | 4 ++-- LUFA/Drivers/Board/AVR8/OLIMEX32U4/Board.h | 4 ++-- LUFA/Drivers/Board/AVR8/OLIMEXISPMK2/Board.h | 4 ++-- LUFA/Drivers/Board/AVR8/OLIMEXT32U4/Board.h | 4 ++-- LUFA/Drivers/Board/AVR8/RZUSBSTICK/Board.h | 2 +- LUFA/Drivers/Board/AVR8/SPARKFUN8U2/Board.h | 2 +- LUFA/Drivers/Board/AVR8/STANGE_ISP/Board.h | 4 ++-- LUFA/Drivers/Board/AVR8/STK525/Board.h | 4 ++-- LUFA/Drivers/Board/AVR8/STK526/Board.h | 4 ++-- LUFA/Drivers/Board/AVR8/TEENSY/Board.h | 2 +- LUFA/Drivers/Board/AVR8/TUL/Board.h | 4 ++-- LUFA/Drivers/Board/AVR8/UDIP/Board.h | 4 ++-- LUFA/Drivers/Board/AVR8/UNO/Board.h | 2 +- LUFA/Drivers/Board/AVR8/USB2AX/Board.h | 4 ++-- LUFA/Drivers/Board/AVR8/USBFOO/Board.h | 4 ++-- LUFA/Drivers/Board/AVR8/USBKEY/Board.h | 4 ++-- LUFA/Drivers/Board/AVR8/USBTINYMKII/Board.h | 4 ++-- LUFA/Drivers/Board/AVR8/XPLAIN/Board.h | 2 +- LUFA/Drivers/Board/UC3/EVK1100/Board.h | 4 ++-- LUFA/Drivers/Board/UC3/EVK1101/Board.h | 4 ++-- LUFA/Drivers/Board/UC3/EVK1104/Board.h | 4 ++-- LUFA/Drivers/Board/UC3/UC3A3_XPLAINED/Board.h | 4 ++-- .../Drivers/Board/XMEGA/A3BU_XPLAINED/Board.h | 4 ++-- LUFA/Drivers/Board/XMEGA/B1_XPLAINED/Board.h | 4 ++-- .../HV1/lufa_docbook_transform.xslt | 22 +++++-------------- 43 files changed, 76 insertions(+), 88 deletions(-) diff --git a/LUFA/CodeTemplates/DriverStubs/Board.h b/LUFA/CodeTemplates/DriverStubs/Board.h index 0303a9a3e6..9f5510da2e 100644 --- a/LUFA/CodeTemplates/DriverStubs/Board.h +++ b/LUFA/CodeTemplates/DriverStubs/Board.h @@ -59,7 +59,7 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted if defined. */ + /** Indicates the board has hardware Buttons mounted if defined. */ // #define BOARD_HAS_BUTTONS /** Indicates the board has a hardware Dataflash mounted if defined. */ @@ -68,7 +68,7 @@ /** Indicates the board has a hardware Joystick mounted if defined. */ // #define BOARD_HAS_JOYSTICK - /** Indicates the board has a hardware LEDs mounted if defined. */ + /** Indicates the board has hardware LEDs mounted if defined. */ // #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/ADAFRUITU4/Board.h b/LUFA/Drivers/Board/AVR8/ADAFRUITU4/Board.h index 75a2704636..9d50b6fb56 100644 --- a/LUFA/Drivers/Board/AVR8/ADAFRUITU4/Board.h +++ b/LUFA/Drivers/Board/AVR8/ADAFRUITU4/Board.h @@ -64,7 +64,7 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/ATAVRUSBRF01/Board.h b/LUFA/Drivers/Board/AVR8/ATAVRUSBRF01/Board.h index 0cc6843c66..57bdb2beb4 100644 --- a/LUFA/Drivers/Board/AVR8/ATAVRUSBRF01/Board.h +++ b/LUFA/Drivers/Board/AVR8/ATAVRUSBRF01/Board.h @@ -65,10 +65,10 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/BENITO/Board.h b/LUFA/Drivers/Board/AVR8/BENITO/Board.h index 7e11a3cad5..f6ea72d86a 100644 --- a/LUFA/Drivers/Board/AVR8/BENITO/Board.h +++ b/LUFA/Drivers/Board/AVR8/BENITO/Board.h @@ -65,10 +65,10 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/BIGMULTIO/Board.h b/LUFA/Drivers/Board/AVR8/BIGMULTIO/Board.h index 2e8cb26a4b..604147b952 100644 --- a/LUFA/Drivers/Board/AVR8/BIGMULTIO/Board.h +++ b/LUFA/Drivers/Board/AVR8/BIGMULTIO/Board.h @@ -64,7 +64,7 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/BLACKCAT/Board.h b/LUFA/Drivers/Board/AVR8/BLACKCAT/Board.h index ca77673c75..11ed6ead2c 100644 --- a/LUFA/Drivers/Board/AVR8/BLACKCAT/Board.h +++ b/LUFA/Drivers/Board/AVR8/BLACKCAT/Board.h @@ -64,7 +64,7 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/BUI/Board.h b/LUFA/Drivers/Board/AVR8/BUI/Board.h index c297940c8c..23d02498b5 100644 --- a/LUFA/Drivers/Board/AVR8/BUI/Board.h +++ b/LUFA/Drivers/Board/AVR8/BUI/Board.h @@ -64,7 +64,7 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/BUMBLEB/Board.h b/LUFA/Drivers/Board/AVR8/BUMBLEB/Board.h index 1b71275ddb..744e4f6c43 100644 --- a/LUFA/Drivers/Board/AVR8/BUMBLEB/Board.h +++ b/LUFA/Drivers/Board/AVR8/BUMBLEB/Board.h @@ -66,13 +66,13 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS /** Indicates the board has a hardware Joystick mounted. */ #define BOARD_HAS_JOYSTICK - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/CULV3/Board.h b/LUFA/Drivers/Board/AVR8/CULV3/Board.h index dfc82983c0..4350e0843a 100644 --- a/LUFA/Drivers/Board/AVR8/CULV3/Board.h +++ b/LUFA/Drivers/Board/AVR8/CULV3/Board.h @@ -65,10 +65,10 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/DUCE/Board.h b/LUFA/Drivers/Board/AVR8/DUCE/Board.h index 5c47b06cbd..23180e11f7 100644 --- a/LUFA/Drivers/Board/AVR8/DUCE/Board.h +++ b/LUFA/Drivers/Board/AVR8/DUCE/Board.h @@ -64,7 +64,7 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/EVK527/Board.h b/LUFA/Drivers/Board/AVR8/EVK527/Board.h index ff6f42efaf..60fc67c0df 100644 --- a/LUFA/Drivers/Board/AVR8/EVK527/Board.h +++ b/LUFA/Drivers/Board/AVR8/EVK527/Board.h @@ -67,7 +67,7 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS /** Indicates the board has a hardware Dataflash mounted. */ @@ -76,7 +76,7 @@ /** Indicates the board has a hardware Joystick mounted. */ #define BOARD_HAS_JOYSTICK - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/JMDBU2/Board.h b/LUFA/Drivers/Board/AVR8/JMDBU2/Board.h index 44494a5065..69149e47fd 100644 --- a/LUFA/Drivers/Board/AVR8/JMDBU2/Board.h +++ b/LUFA/Drivers/Board/AVR8/JMDBU2/Board.h @@ -65,10 +65,10 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/LEONARDO/Board.h b/LUFA/Drivers/Board/AVR8/LEONARDO/Board.h index 4b443e85d2..e9ead86cf3 100644 --- a/LUFA/Drivers/Board/AVR8/LEONARDO/Board.h +++ b/LUFA/Drivers/Board/AVR8/LEONARDO/Board.h @@ -64,7 +64,7 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/MAXIMUS/Board.h b/LUFA/Drivers/Board/AVR8/MAXIMUS/Board.h index 1f78b7c2cd..73d2a8c5a3 100644 --- a/LUFA/Drivers/Board/AVR8/MAXIMUS/Board.h +++ b/LUFA/Drivers/Board/AVR8/MAXIMUS/Board.h @@ -64,7 +64,7 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/MICROPENDOUS/Board.h b/LUFA/Drivers/Board/AVR8/MICROPENDOUS/Board.h index 3594aaa04c..55b6b0a4ed 100644 --- a/LUFA/Drivers/Board/AVR8/MICROPENDOUS/Board.h +++ b/LUFA/Drivers/Board/AVR8/MICROPENDOUS/Board.h @@ -126,7 +126,7 @@ (BOARD == BOARD_MICROPENDOUS_DIP) || defined(__DOXYGEN__)) #include "../../Buttons.h" - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS #endif @@ -134,7 +134,7 @@ (BOARD == BOARD_MICROPENDOUS_32U2) || defined(__DOXYGEN__)) #include "../../LEDs.h" - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS #endif diff --git a/LUFA/Drivers/Board/AVR8/MICROSIN162/Board.h b/LUFA/Drivers/Board/AVR8/MICROSIN162/Board.h index f55ffef0c8..ad0623198f 100644 --- a/LUFA/Drivers/Board/AVR8/MICROSIN162/Board.h +++ b/LUFA/Drivers/Board/AVR8/MICROSIN162/Board.h @@ -65,10 +65,10 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/MINIMUS/Board.h b/LUFA/Drivers/Board/AVR8/MINIMUS/Board.h index a9692c8ec1..6b0cd6aa9f 100644 --- a/LUFA/Drivers/Board/AVR8/MINIMUS/Board.h +++ b/LUFA/Drivers/Board/AVR8/MINIMUS/Board.h @@ -65,10 +65,10 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/MULTIO/Board.h b/LUFA/Drivers/Board/AVR8/MULTIO/Board.h index d702102942..87589a643c 100644 --- a/LUFA/Drivers/Board/AVR8/MULTIO/Board.h +++ b/LUFA/Drivers/Board/AVR8/MULTIO/Board.h @@ -64,7 +64,7 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/OLIMEX162/Board.h b/LUFA/Drivers/Board/AVR8/OLIMEX162/Board.h index 6df22dfedc..b718ae04ed 100644 --- a/LUFA/Drivers/Board/AVR8/OLIMEX162/Board.h +++ b/LUFA/Drivers/Board/AVR8/OLIMEX162/Board.h @@ -65,10 +65,10 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/OLIMEX32U4/Board.h b/LUFA/Drivers/Board/AVR8/OLIMEX32U4/Board.h index d055c6f8cc..d8991182cc 100644 --- a/LUFA/Drivers/Board/AVR8/OLIMEX32U4/Board.h +++ b/LUFA/Drivers/Board/AVR8/OLIMEX32U4/Board.h @@ -65,10 +65,10 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/OLIMEXISPMK2/Board.h b/LUFA/Drivers/Board/AVR8/OLIMEXISPMK2/Board.h index 7b902f4d58..cf52354a3c 100644 --- a/LUFA/Drivers/Board/AVR8/OLIMEXISPMK2/Board.h +++ b/LUFA/Drivers/Board/AVR8/OLIMEXISPMK2/Board.h @@ -65,10 +65,10 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/OLIMEXT32U4/Board.h b/LUFA/Drivers/Board/AVR8/OLIMEXT32U4/Board.h index 1cdf53ca5c..a4befd4d68 100644 --- a/LUFA/Drivers/Board/AVR8/OLIMEXT32U4/Board.h +++ b/LUFA/Drivers/Board/AVR8/OLIMEXT32U4/Board.h @@ -65,10 +65,10 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/RZUSBSTICK/Board.h b/LUFA/Drivers/Board/AVR8/RZUSBSTICK/Board.h index 8874098902..ad69532e9b 100644 --- a/LUFA/Drivers/Board/AVR8/RZUSBSTICK/Board.h +++ b/LUFA/Drivers/Board/AVR8/RZUSBSTICK/Board.h @@ -64,7 +64,7 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/SPARKFUN8U2/Board.h b/LUFA/Drivers/Board/AVR8/SPARKFUN8U2/Board.h index 2452bc7856..a64988a4eb 100644 --- a/LUFA/Drivers/Board/AVR8/SPARKFUN8U2/Board.h +++ b/LUFA/Drivers/Board/AVR8/SPARKFUN8U2/Board.h @@ -64,7 +64,7 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/STANGE_ISP/Board.h b/LUFA/Drivers/Board/AVR8/STANGE_ISP/Board.h index 91337060ef..73211b7dcd 100644 --- a/LUFA/Drivers/Board/AVR8/STANGE_ISP/Board.h +++ b/LUFA/Drivers/Board/AVR8/STANGE_ISP/Board.h @@ -65,10 +65,10 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/STK525/Board.h b/LUFA/Drivers/Board/AVR8/STK525/Board.h index 10b669875c..47d809d797 100644 --- a/LUFA/Drivers/Board/AVR8/STK525/Board.h +++ b/LUFA/Drivers/Board/AVR8/STK525/Board.h @@ -67,7 +67,7 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS /** Indicates the board has a hardware Dataflash mounted. */ @@ -76,7 +76,7 @@ /** Indicates the board has a hardware Joystick mounted. */ #define BOARD_HAS_JOYSTICK - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/STK526/Board.h b/LUFA/Drivers/Board/AVR8/STK526/Board.h index f445b827b5..86f080dcdd 100644 --- a/LUFA/Drivers/Board/AVR8/STK526/Board.h +++ b/LUFA/Drivers/Board/AVR8/STK526/Board.h @@ -67,7 +67,7 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS /** Indicates the board has a hardware Dataflash mounted. */ @@ -76,7 +76,7 @@ /** Indicates the board has a hardware Joystick mounted. */ #define BOARD_HAS_JOYSTICK - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/TEENSY/Board.h b/LUFA/Drivers/Board/AVR8/TEENSY/Board.h index d139fd1593..10c4ba1920 100644 --- a/LUFA/Drivers/Board/AVR8/TEENSY/Board.h +++ b/LUFA/Drivers/Board/AVR8/TEENSY/Board.h @@ -71,7 +71,7 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/TUL/Board.h b/LUFA/Drivers/Board/AVR8/TUL/Board.h index 58ded6837f..903be56c22 100644 --- a/LUFA/Drivers/Board/AVR8/TUL/Board.h +++ b/LUFA/Drivers/Board/AVR8/TUL/Board.h @@ -65,10 +65,10 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/UDIP/Board.h b/LUFA/Drivers/Board/AVR8/UDIP/Board.h index 69567d1157..695f8d01f7 100644 --- a/LUFA/Drivers/Board/AVR8/UDIP/Board.h +++ b/LUFA/Drivers/Board/AVR8/UDIP/Board.h @@ -65,10 +65,10 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/UNO/Board.h b/LUFA/Drivers/Board/AVR8/UNO/Board.h index 264f909e3e..ecfc37bf34 100644 --- a/LUFA/Drivers/Board/AVR8/UNO/Board.h +++ b/LUFA/Drivers/Board/AVR8/UNO/Board.h @@ -64,7 +64,7 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/USB2AX/Board.h b/LUFA/Drivers/Board/AVR8/USB2AX/Board.h index 8b4b0a77a1..7e7e20d8b5 100644 --- a/LUFA/Drivers/Board/AVR8/USB2AX/Board.h +++ b/LUFA/Drivers/Board/AVR8/USB2AX/Board.h @@ -82,7 +82,7 @@ defined(__DOXYGEN__) #include "../../Buttons.h" - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS #endif @@ -90,7 +90,7 @@ (BOARD == BOARD_USB2AX_V31) || defined(__DOXYGEN__)) #include "../../LEDs.h" - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS #endif diff --git a/LUFA/Drivers/Board/AVR8/USBFOO/Board.h b/LUFA/Drivers/Board/AVR8/USBFOO/Board.h index 24546da5d7..57e36a897a 100644 --- a/LUFA/Drivers/Board/AVR8/USBFOO/Board.h +++ b/LUFA/Drivers/Board/AVR8/USBFOO/Board.h @@ -65,10 +65,10 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/USBKEY/Board.h b/LUFA/Drivers/Board/AVR8/USBKEY/Board.h index c0e17c2a8b..953d4218a5 100644 --- a/LUFA/Drivers/Board/AVR8/USBKEY/Board.h +++ b/LUFA/Drivers/Board/AVR8/USBKEY/Board.h @@ -67,7 +67,7 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS /** Indicates the board has a hardware Dataflash mounted. */ @@ -76,7 +76,7 @@ /** Indicates the board has a hardware Joystick mounted. */ #define BOARD_HAS_JOYSTICK - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/USBTINYMKII/Board.h b/LUFA/Drivers/Board/AVR8/USBTINYMKII/Board.h index cfe8373b75..36368d2625 100644 --- a/LUFA/Drivers/Board/AVR8/USBTINYMKII/Board.h +++ b/LUFA/Drivers/Board/AVR8/USBTINYMKII/Board.h @@ -65,10 +65,10 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/AVR8/XPLAIN/Board.h b/LUFA/Drivers/Board/AVR8/XPLAIN/Board.h index 07ef1e3187..7a2375228d 100644 --- a/LUFA/Drivers/Board/AVR8/XPLAIN/Board.h +++ b/LUFA/Drivers/Board/AVR8/XPLAIN/Board.h @@ -75,7 +75,7 @@ /** Indicates the board has a hardware Dataflash mounted. */ #define BOARD_HAS_DATAFLASH - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/UC3/EVK1100/Board.h b/LUFA/Drivers/Board/UC3/EVK1100/Board.h index 5eb964ca73..ad826c1d39 100644 --- a/LUFA/Drivers/Board/UC3/EVK1100/Board.h +++ b/LUFA/Drivers/Board/UC3/EVK1100/Board.h @@ -66,13 +66,13 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS /** Indicates the board has a hardware Joystick mounted. */ #define BOARD_HAS_JOYSTICK - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/UC3/EVK1101/Board.h b/LUFA/Drivers/Board/UC3/EVK1101/Board.h index de642a34bc..98eef900e8 100644 --- a/LUFA/Drivers/Board/UC3/EVK1101/Board.h +++ b/LUFA/Drivers/Board/UC3/EVK1101/Board.h @@ -66,13 +66,13 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS /** Indicates the board has a hardware Joystick mounted. */ #define BOARD_HAS_JOYSTICK - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/UC3/EVK1104/Board.h b/LUFA/Drivers/Board/UC3/EVK1104/Board.h index 7305394d82..d4b696d3ab 100644 --- a/LUFA/Drivers/Board/UC3/EVK1104/Board.h +++ b/LUFA/Drivers/Board/UC3/EVK1104/Board.h @@ -65,10 +65,10 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/UC3/UC3A3_XPLAINED/Board.h b/LUFA/Drivers/Board/UC3/UC3A3_XPLAINED/Board.h index 7d57e68444..11040196fd 100644 --- a/LUFA/Drivers/Board/UC3/UC3A3_XPLAINED/Board.h +++ b/LUFA/Drivers/Board/UC3/UC3A3_XPLAINED/Board.h @@ -65,10 +65,10 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/XMEGA/A3BU_XPLAINED/Board.h b/LUFA/Drivers/Board/XMEGA/A3BU_XPLAINED/Board.h index f2bb27c286..03603c8eaa 100644 --- a/LUFA/Drivers/Board/XMEGA/A3BU_XPLAINED/Board.h +++ b/LUFA/Drivers/Board/XMEGA/A3BU_XPLAINED/Board.h @@ -66,13 +66,13 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS /** Indicates the board has a hardware Dataflash mounted. */ #define BOARD_HAS_DATAFLASH - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/Drivers/Board/XMEGA/B1_XPLAINED/Board.h b/LUFA/Drivers/Board/XMEGA/B1_XPLAINED/Board.h index e64fcfd26f..cb529ffec8 100644 --- a/LUFA/Drivers/Board/XMEGA/B1_XPLAINED/Board.h +++ b/LUFA/Drivers/Board/XMEGA/B1_XPLAINED/Board.h @@ -66,13 +66,13 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - /** Indicates the board has a hardware Buttons mounted. */ + /** Indicates the board has hardware Buttons mounted. */ #define BOARD_HAS_BUTTONS /** Indicates the board has a hardware Dataflash mounted. */ #define BOARD_HAS_DATAFLASH - /** Indicates the board has a hardware LEDs mounted. */ + /** Indicates the board has hardware LEDs mounted. */ #define BOARD_HAS_LEDS /* Disable C linkage for C++ Compilers: */ diff --git a/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt b/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt index ca08b67b40..c21debece8 100644 --- a/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt +++ b/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt @@ -529,7 +529,7 @@ - + @@ -550,7 +550,7 @@ - + @@ -626,18 +626,6 @@ - - ® - - - - © - - - - - - @@ -697,7 +685,7 @@ - + @@ -708,7 +696,7 @@ - + @@ -738,7 +726,7 @@ - +