]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/docca/example/xsl/class_detail.xsl
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / tools / docca / example / xsl / class_detail.xsl
1 <!-- CLASS_DETAIL_TEMPLATE BEGIN -->
2 <xsl:when test="$normal-tparam = 'Allocator'"><xsl:text>__Allocator__</xsl:text></xsl:when>
3 <xsl:when test="$normal-tparam = 'InputIterator'"><xsl:text>__InputIterator__</xsl:text></xsl:when>
4 <xsl:when test="$normal-tparam = 'ConstBufferSequence'"><xsl:text>__ConstBufferSequence__</xsl:text></xsl:when>
5 <xsl:when test="$normal-tparam = 'MutableBufferSequence'"><xsl:text>__MutableBufferSequence__</xsl:text></xsl:when>
6 <!-- CLASS_DETAIL_TEMPLATE END -->