diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-28 17:24:37 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-28 17:24:37 +0000 |
commit | 70dd6bc526d5f7b5db89af65638b9a74211fd7bb (patch) | |
tree | 30367aac8d55646f0d287bc88b1a798ec26cb814 | |
parent | a24e1cc7d761c8c3abd518a95393b46b391e7565 (diff) | |
download | lufa-70dd6bc526d5f7b5db89af65638b9a74211fd7bb.tar.gz lufa-70dd6bc526d5f7b5db89af65638b9a74211fd7bb.tar.bz2 lufa-70dd6bc526d5f7b5db89af65638b9a74211fd7bb.zip |
Fix board driver hardware capability definition macro documentation. Fix Doxygen-to-Docbook transform eating the contents of generated tables.
43 files changed, 76 insertions, 88 deletions
diff --git a/LUFA/CodeTemplates/DriverStubs/Board.h b/LUFA/CodeTemplates/DriverStubs/Board.h index 0303a9a3e..9f5510da2 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 75a270463..9d50b6fb5 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 0cc6843c6..57bdb2beb 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 7e11a3cad..f6ea72d86 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 2e8cb26a4..604147b95 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 ca77673c7..11ed6ead2 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 c297940c8..23d02498b 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 1b71275dd..744e4f6c4 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 dfc82983c..4350e0843 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 5c47b06cb..23180e11f 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 ff6f42efa..60fc67c0d 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 44494a506..69149e47f 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 4b443e85d..e9ead86cf 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 1f78b7c2c..73d2a8c5a 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 3594aaa04..55b6b0a4e 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 f55ffef0c..ad0623198 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 a9692c8ec..6b0cd6aa9 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 d70210294..87589a643 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 6df22dfed..b718ae04e 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 d055c6f8c..d8991182c 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 7b902f4d5..cf52354a3 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 1cdf53ca5..a4befd4d6 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 887409890..ad69532e9 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 2452bc785..a64988a4e 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 91337060e..73211b7dc 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 10b669875..47d809d79 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 f445b827b..86f080dcd 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 d139fd159..10c4ba192 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 58ded6837..903be56c2 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 69567d115..695f8d01f 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 264f909e3..ecfc37bf3 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 8b4b0a77a..7e7e20d8b 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 24546da5d..57e36a897 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 c0e17c2a8..953d4218a 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 cfe8373b7..36368d262 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 07ef1e318..7a2375228 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 5eb964ca7..ad826c1d3 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 de642a34b..98eef900e 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 7305394d8..d4b696d3a 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 7d57e6844..11040196f 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 f2bb27c28..03603c8ea 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 e64fcfd26..cb529ffec 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 ca08b67b4..c21debece 100644 --- a/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt +++ b/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt @@ -529,7 +529,7 @@ <tbody> <xsl:for-each select="parameteritem"> <row> - <xsl:apply-templates/> + <xsl:apply-templates select="."/> </row> </xsl:for-each> </tbody> @@ -550,7 +550,7 @@ <tbody> <xsl:for-each select="parameteritem"> <row> - <xsl:apply-templates/> + <xsl:apply-templates select="."/> </row> </xsl:for-each> </tbody> @@ -626,18 +626,6 @@ </ulink> </xsl:template> - <xsl:template match="registered"> - <xsl:text>®</xsl:text> - </xsl:template> - - <xsl:template match="copy"> - <xsl:text>©</xsl:text> - </xsl:template> - - <xsl:template match="trademark"> - <xsl:text>™</xsl:text> - </xsl:template> - <xsl:template match="superscript"> <superscript> <xsl:apply-templates/> @@ -697,7 +685,7 @@ <row> <xsl:for-each select="entry"> <entry> - <xsl:apply-templates/> + <xsl:apply-templates select="."/> </entry> </xsl:for-each> </row> @@ -708,7 +696,7 @@ <row> <xsl:for-each select="entry"> <entry> - <xsl:apply-templates/> + <xsl:apply-templates select="."/> </entry> </xsl:for-each> </row> @@ -738,7 +726,7 @@ <xsl:template match="programlisting"> <programlisting language="c"> <xsl:for-each select="codeline[position() > 1 or highlight]"> - <xsl:apply-templates/> + <xsl:apply-templates select="."/> <xsl:text> </xsl:text> </xsl:for-each> </programlisting> |