aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/StudioIntegration/HV1
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-04-28 17:24:37 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-04-28 17:24:37 +0000
commit70dd6bc526d5f7b5db89af65638b9a74211fd7bb (patch)
tree30367aac8d55646f0d287bc88b1a798ec26cb814 /LUFA/StudioIntegration/HV1
parenta24e1cc7d761c8c3abd518a95393b46b391e7565 (diff)
downloadlufa-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.
Diffstat (limited to 'LUFA/StudioIntegration/HV1')
-rw-r--r--LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt22
1 files changed, 5 insertions, 17 deletions
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>&#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/>
@@ -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>&#10;</xsl:text>
</xsl:for-each>
</programlisting>