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