mirror of
https://github.com/kennethreitz/static_string.git
synced 2026-06-05 23:00:20 +00:00
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 -->
|