xref: /freebsd/contrib/jemalloc/doc/stylesheet.xsl (revision bf6039f09a30484c0749a3e3047d6a47b116b466)
1*bf6039f0SWarner Losh<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
2*bf6039f0SWarner Losh  <xsl:param name="funcsynopsis.style">ansi</xsl:param>
3*bf6039f0SWarner Losh  <xsl:param name="function.parens" select="0"/>
4*bf6039f0SWarner Losh  <xsl:template match="function">
5*bf6039f0SWarner Losh    <xsl:call-template name="inline.monoseq"/>
6*bf6039f0SWarner Losh  </xsl:template>
7*bf6039f0SWarner Losh  <xsl:template match="mallctl">
8*bf6039f0SWarner Losh    <quote><xsl:call-template name="inline.monoseq"/></quote>
9*bf6039f0SWarner Losh  </xsl:template>
10*bf6039f0SWarner Losh</xsl:stylesheet>
11