]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/tools/docca/example/xsl/class_detail.xsl
buildsys: change download over to reef release
[ceph.git] / ceph / src / boost / tools / docca / example / xsl / class_detail.xsl
CommitLineData
20effc67
TL
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 -->