diff options
author | antirez <antirez@gmail.com> | 2011-05-09 10:52:55 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2011-06-20 11:30:06 +0200 |
commit | a78e148b7d12a8c46b0a4686a9b0a3e8e054261c (patch) | |
tree | e6317a5a2f11b50a26bfb452d4d3671f67b524ac /deps/jemalloc/doc/stylesheet.xsl | |
parent | 07486df6fecae97b02171bba86f51d5df0a94cb5 (diff) | |
download | redis-a78e148b7d12a8c46b0a4686a9b0a3e8e054261c.tar.gz |
jemalloc source added
Diffstat (limited to 'deps/jemalloc/doc/stylesheet.xsl')
-rw-r--r-- | deps/jemalloc/doc/stylesheet.xsl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/deps/jemalloc/doc/stylesheet.xsl b/deps/jemalloc/doc/stylesheet.xsl new file mode 100644 index 000000000..4e334a86f --- /dev/null +++ b/deps/jemalloc/doc/stylesheet.xsl @@ -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> |