Fix board driver hardware capability definition macro documentation. Fix Doxygen...
[pub/USBasp.git] / LUFA / StudioIntegration / HV1 / lufa_docbook_transform.xslt
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>