]> git.saurik.com Git - redis.git/blobdiff - deps/jemalloc.orig/doc/stylesheet.xsl
Jemalloc updated to 3.0.0.
[redis.git] / deps / jemalloc.orig / doc / stylesheet.xsl
diff --git a/deps/jemalloc.orig/doc/stylesheet.xsl b/deps/jemalloc.orig/doc/stylesheet.xsl
new file mode 100644 (file)
index 0000000..4e334a8
--- /dev/null
@@ -0,0 +1,7 @@
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+  <xsl:param name="funcsynopsis.style">ansi</xsl:param>
+  <xsl:param name="function.parens" select="1"/>
+  <xsl:template match="mallctl">
+    "<xsl:call-template name="inline.monoseq"/>"
+  </xsl:template>
+</xsl:stylesheet>