Fix board driver hardware capability definition macro documentation. Fix Doxygen...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 28 Apr 2013 17:24:37 +0000 (17:24 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 28 Apr 2013 17:24:37 +0000 (17:24 +0000)
43 files changed:
LUFA/CodeTemplates/DriverStubs/Board.h
LUFA/Drivers/Board/AVR8/ADAFRUITU4/Board.h
LUFA/Drivers/Board/AVR8/ATAVRUSBRF01/Board.h
LUFA/Drivers/Board/AVR8/BENITO/Board.h
LUFA/Drivers/Board/AVR8/BIGMULTIO/Board.h
LUFA/Drivers/Board/AVR8/BLACKCAT/Board.h
LUFA/Drivers/Board/AVR8/BUI/Board.h
LUFA/Drivers/Board/AVR8/BUMBLEB/Board.h
LUFA/Drivers/Board/AVR8/CULV3/Board.h
LUFA/Drivers/Board/AVR8/DUCE/Board.h
LUFA/Drivers/Board/AVR8/EVK527/Board.h
LUFA/Drivers/Board/AVR8/JMDBU2/Board.h
LUFA/Drivers/Board/AVR8/LEONARDO/Board.h
LUFA/Drivers/Board/AVR8/MAXIMUS/Board.h
LUFA/Drivers/Board/AVR8/MICROPENDOUS/Board.h
LUFA/Drivers/Board/AVR8/MICROSIN162/Board.h
LUFA/Drivers/Board/AVR8/MINIMUS/Board.h
LUFA/Drivers/Board/AVR8/MULTIO/Board.h
LUFA/Drivers/Board/AVR8/OLIMEX162/Board.h
LUFA/Drivers/Board/AVR8/OLIMEX32U4/Board.h
LUFA/Drivers/Board/AVR8/OLIMEXISPMK2/Board.h
LUFA/Drivers/Board/AVR8/OLIMEXT32U4/Board.h
LUFA/Drivers/Board/AVR8/RZUSBSTICK/Board.h
LUFA/Drivers/Board/AVR8/SPARKFUN8U2/Board.h
LUFA/Drivers/Board/AVR8/STANGE_ISP/Board.h
LUFA/Drivers/Board/AVR8/STK525/Board.h
LUFA/Drivers/Board/AVR8/STK526/Board.h
LUFA/Drivers/Board/AVR8/TEENSY/Board.h
LUFA/Drivers/Board/AVR8/TUL/Board.h
LUFA/Drivers/Board/AVR8/UDIP/Board.h
LUFA/Drivers/Board/AVR8/UNO/Board.h
LUFA/Drivers/Board/AVR8/USB2AX/Board.h
LUFA/Drivers/Board/AVR8/USBFOO/Board.h
LUFA/Drivers/Board/AVR8/USBKEY/Board.h
LUFA/Drivers/Board/AVR8/USBTINYMKII/Board.h
LUFA/Drivers/Board/AVR8/XPLAIN/Board.h
LUFA/Drivers/Board/UC3/EVK1100/Board.h
LUFA/Drivers/Board/UC3/EVK1101/Board.h
LUFA/Drivers/Board/UC3/EVK1104/Board.h
LUFA/Drivers/Board/UC3/UC3A3_XPLAINED/Board.h
LUFA/Drivers/Board/XMEGA/A3BU_XPLAINED/Board.h
LUFA/Drivers/Board/XMEGA/B1_XPLAINED/Board.h
LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt

index 0303a9a..9f5510d 100644 (file)
@@ -59,7 +59,7 @@
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has 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 hardware LEDs mounted if defined. */
+                       /** Indicates the board has hardware LEDs mounted if defined. */
 //                     #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index 75a2704..9d50b6f 100644 (file)
@@ -64,7 +64,7 @@
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index 0cc6843..57bdb2b 100644 (file)
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware Buttons mounted. */
+                       /** Indicates the board has hardware Buttons mounted. */
                        #define BOARD_HAS_BUTTONS
 
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index 7e11a3c..f6ea72d 100644 (file)
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware Buttons mounted. */
+                       /** Indicates the board has hardware Buttons mounted. */
                        #define BOARD_HAS_BUTTONS
 
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index 2e8cb26..604147b 100644 (file)
@@ -64,7 +64,7 @@
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index ca77673..11ed6ea 100644 (file)
@@ -64,7 +64,7 @@
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index c297940..23d0249 100644 (file)
@@ -64,7 +64,7 @@
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index 1b71275..744e4f6 100644 (file)
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has 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 hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index dfc8298..4350e08 100644 (file)
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware Buttons mounted. */
+                       /** Indicates the board has hardware Buttons mounted. */
                        #define BOARD_HAS_BUTTONS
 
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index 5c47b06..23180e1 100644 (file)
@@ -64,7 +64,7 @@
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index ff6f42e..60fc67c 100644 (file)
@@ -67,7 +67,7 @@
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has 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 hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index 44494a5..69149e4 100644 (file)
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware Buttons mounted. */
+                       /** Indicates the board has hardware Buttons mounted. */
                        #define BOARD_HAS_BUTTONS
 
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index 4b443e8..e9ead86 100644 (file)
@@ -64,7 +64,7 @@
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index 1f78b7c..73d2a8c 100644 (file)
@@ -64,7 +64,7 @@
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index 3594aaa..55b6b0a 100644 (file)
                             (BOARD == BOARD_MICROPENDOUS_DIP) || defined(__DOXYGEN__))
                                #include "../../Buttons.h"
 
-                               /** Indicates the board has hardware Buttons mounted. */
+                               /** Indicates the board has hardware Buttons mounted. */
                                #define BOARD_HAS_BUTTONS
                        #endif
 
                             (BOARD == BOARD_MICROPENDOUS_32U2) || defined(__DOXYGEN__))
                                #include "../../LEDs.h"
 
-                               /** Indicates the board has hardware LEDs mounted. */
+                               /** Indicates the board has hardware LEDs mounted. */
                                #define BOARD_HAS_LEDS
                        #endif
 
index f55ffef..ad06231 100644 (file)
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware Buttons mounted. */
+                       /** Indicates the board has hardware Buttons mounted. */
                        #define BOARD_HAS_BUTTONS
 
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index a9692c8..6b0cd6a 100644 (file)
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware Buttons mounted. */
+                       /** Indicates the board has hardware Buttons mounted. */
                        #define BOARD_HAS_BUTTONS
 
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index d702102..87589a6 100644 (file)
@@ -64,7 +64,7 @@
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index 6df22df..b718ae0 100644 (file)
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware Buttons mounted. */
+                       /** Indicates the board has hardware Buttons mounted. */
                        #define BOARD_HAS_BUTTONS
 
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index d055c6f..d899118 100644 (file)
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware Buttons mounted. */
+                       /** Indicates the board has hardware Buttons mounted. */
                        #define BOARD_HAS_BUTTONS
 
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index 7b902f4..cf52354 100644 (file)
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware Buttons mounted. */
+                       /** Indicates the board has hardware Buttons mounted. */
                        #define BOARD_HAS_BUTTONS
 
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index 1cdf53c..a4befd4 100644 (file)
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware Buttons mounted. */
+                       /** Indicates the board has hardware Buttons mounted. */
                        #define BOARD_HAS_BUTTONS
 
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index 8874098..ad69532 100644 (file)
@@ -64,7 +64,7 @@
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index 2452bc7..a64988a 100644 (file)
@@ -64,7 +64,7 @@
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index 9133706..73211b7 100644 (file)
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware Buttons mounted. */
+                       /** Indicates the board has hardware Buttons mounted. */
                        #define BOARD_HAS_BUTTONS
 
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index 10b6698..47d809d 100644 (file)
@@ -67,7 +67,7 @@
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has 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 hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index f445b82..86f080d 100644 (file)
@@ -67,7 +67,7 @@
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has 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 hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index d139fd1..10c4ba1 100644 (file)
@@ -71,7 +71,7 @@
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index 58ded68..903be56 100644 (file)
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware Buttons mounted. */
+                       /** Indicates the board has hardware Buttons mounted. */
                        #define BOARD_HAS_BUTTONS
 
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index 69567d1..695f8d0 100644 (file)
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware Buttons mounted. */
+                       /** Indicates the board has hardware Buttons mounted. */
                        #define BOARD_HAS_BUTTONS
 
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index 264f909..ecfc37b 100644 (file)
@@ -64,7 +64,7 @@
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index 8b4b0a7..7e7e20d 100644 (file)
@@ -82,7 +82,7 @@
                            defined(__DOXYGEN__)
                                #include "../../Buttons.h"
 
-                               /** Indicates the board has 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 hardware LEDs mounted. */
+                               /** Indicates the board has hardware LEDs mounted. */
                                #define BOARD_HAS_LEDS
                        #endif
 
index 24546da..57e36a8 100644 (file)
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware Buttons mounted. */
+                       /** Indicates the board has hardware Buttons mounted. */
                        #define BOARD_HAS_BUTTONS
 
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index c0e17c2..953d421 100644 (file)
@@ -67,7 +67,7 @@
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has 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 hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index cfe8373..36368d2 100644 (file)
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware Buttons mounted. */
+                       /** Indicates the board has hardware Buttons mounted. */
                        #define BOARD_HAS_BUTTONS
 
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index 07ef1e3..7a23752 100644 (file)
@@ -75,7 +75,7 @@
                        /** Indicates the board has a hardware Dataflash mounted. */
                        #define BOARD_HAS_DATAFLASH
 
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index 5eb964c..ad826c1 100644 (file)
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has 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 hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index de642a3..98eef90 100644 (file)
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has 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 hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index 7305394..d4b696d 100644 (file)
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware Buttons mounted. */
+                       /** Indicates the board has hardware Buttons mounted. */
                        #define BOARD_HAS_BUTTONS
 
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index 7d57e68..1104019 100644 (file)
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has hardware Buttons mounted. */
+                       /** Indicates the board has hardware Buttons mounted. */
                        #define BOARD_HAS_BUTTONS
 
-                       /** Indicates the board has hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index f2bb27c..03603c8 100644 (file)
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has 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 hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index e64fcfd..cb529ff 100644 (file)
 
        /* Public Interface - May be used in end-application: */
                /* Macros: */
-                       /** Indicates the board has 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 hardware LEDs mounted. */
+                       /** Indicates the board has hardware LEDs mounted. */
                        #define BOARD_HAS_LEDS
 
        /* Disable C linkage for C++ Compilers: */
index ca08b67..c21debe 100644 (file)
                                <tbody>
                                        <xsl:for-each select="parameteritem">
                                                <row>
-                                                       <xsl:apply-templates/>
+                                                       <xsl:apply-templates select="."/>
                                                </row>
                                        </xsl:for-each>
                                </tbody>
                                <tbody>
                                        <xsl:for-each select="parameteritem">
                                                <row>
-                                                       <xsl:apply-templates/>
+                                                       <xsl:apply-templates select="."/>
                                                </row>
                                        </xsl:for-each>
                                </tbody>
                </ulink>
        </xsl:template>
 
-       <xsl:template match="registered">
-               <xsl:text>&#174;</xsl:text>
-       </xsl:template>
-
-       <xsl:template match="copy">
-               <xsl:text>&#169;</xsl:text>
-       </xsl:template>
-
-       <xsl:template match="trademark">
-               <xsl:text>&#8482;</xsl:text>
-       </xsl:template>
-
        <xsl:template match="superscript">
                <superscript>
                        <xsl:apply-templates/>
                                        <row>
                                                <xsl:for-each select="entry">
                                                        <entry>
-                                                               <xsl:apply-templates/>
+                                                               <xsl:apply-templates select="."/>
                                                        </entry>
                                                </xsl:for-each>
                                        </row>
                                        <row>
                                                <xsl:for-each select="entry">
                                                        <entry>
-                                                               <xsl:apply-templates/>
+                                                               <xsl:apply-templates select="."/>
                                                        </entry>
                                                </xsl:for-each>
                                        </row>
        <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>&#10;</xsl:text>
                        </xsl:for-each>
                </programlisting>