summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@lshift.net>2010-03-04 17:48:06 +0000
committerSimon MacMullen <simon@lshift.net>2010-03-04 17:48:06 +0000
commitcad0b9e9b6d393190aac3b676eef91776b84951a (patch)
tree9b2e1e25256212de711d57eb6c420c9ecd30fb82
parent2bd8fc4538d13028bc1ffc9b17705f5327a1a865 (diff)
downloadrabbitmq-server-cad0b9e9b6d393190aac3b676eef91776b84951a.tar.gz
Add IDs for individual commands.
-rw-r--r--docs/html-to-website-xml.xsl6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/html-to-website-xml.xsl b/docs/html-to-website-xml.xsl
index 7b20d060..e42063a7 100644
--- a/docs/html-to-website-xml.xsl
+++ b/docs/html-to-website-xml.xsl
@@ -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>