forked from boostorg/static_string
7 lines
271 B
XML
7 lines
271 B
XML
<!-- Variables (Edit for your project) -->
|
|
<xsl:variable name="doc-ref" select="'static_string.ref.'"/>
|
|
<xsl:variable name="doc-ns" select="'boost::static_string'"/>
|
|
<xsl:variable name="debug" select="0"/>
|
|
<xsl:variable name="private" select="0"/>
|
|
<!-- End Variables -->
|