xref: /aosp_15_r20/external/jemalloc_new/doc/stylesheet.xsl (revision 1208bc7e437ced7eb82efac44ba17e3beba411da)
1*1208bc7eSAndroid Build Coastguard Worker<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
2*1208bc7eSAndroid Build Coastguard Worker  <xsl:param name="funcsynopsis.style">ansi</xsl:param>
3*1208bc7eSAndroid Build Coastguard Worker  <xsl:param name="function.parens" select="0"/>
4*1208bc7eSAndroid Build Coastguard Worker  <xsl:template match="function">
5*1208bc7eSAndroid Build Coastguard Worker    <xsl:call-template name="inline.monoseq"/>
6*1208bc7eSAndroid Build Coastguard Worker  </xsl:template>
7*1208bc7eSAndroid Build Coastguard Worker  <xsl:template match="mallctl">
8*1208bc7eSAndroid Build Coastguard Worker    <quote><xsl:call-template name="inline.monoseq"/></quote>
9*1208bc7eSAndroid Build Coastguard Worker  </xsl:template>
10*1208bc7eSAndroid Build Coastguard Worker</xsl:stylesheet>
11