Blame jemalloc/doc/stylesheet.xsl

Packit 345191
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
Packit 345191
  <xsl:param name="funcsynopsis.style">ansi</xsl:param>
Packit 345191
  <xsl:param name="function.parens" select="0"/>
Packit 345191
  <xsl:template match="function">
Packit 345191
    <xsl:call-template name="inline.monoseq"/>
Packit 345191
  </xsl:template>
Packit 345191
  <xsl:template match="mallctl">
Packit 345191
    <quote><xsl:call-template name="inline.monoseq"/></quote>
Packit 345191
  </xsl:template>
Packit 345191
</xsl:stylesheet>