Files
static_string/doc/xsl/config.xsl
T
2019-09-21 09:04:43 -07:00

7 lines
253 B
XML

<!-- Variables (Edit for your project) -->
<xsl:variable name="doc-ref" select="'json.ref.'"/>
<xsl:variable name="doc-ns" select="'boost::json'"/>
<xsl:variable name="debug" select="0"/>
<xsl:variable name="private" select="0"/>
<!-- End Variables -->