Add IDs for individual commands.

This commit is contained in:
Simon MacMullen 2010-03-04 17:48:06 +00:00
parent 8071366852
commit 0f391d5020
1 changed files with 6 additions and 0 deletions

View File

@ -71,5 +71,11 @@
</pre>
</xsl:template>
<xsl:template match="div[@class='cmdsynopsis']">
<div class="cmdsynopsis" id="{p/code[@class='command']}">
<xsl:apply-templates select="node()"/>
</div>
</xsl:template>
</xsl:stylesheet>