Update doc config.xsl

This commit is contained in:
Vinnie Falco
2020-11-19 18:55:40 -08:00
parent d524755ec0
commit c59150c042
2 changed files with 3 additions and 2 deletions

View File

@ -2,5 +2,5 @@
<xsl:variable name="doc-ref" select="'static_string.ref'"/>
<xsl:variable name="doc-ns" select="'boost::static_strings'"/>
<xsl:variable name="debug" select="0"/>
<xsl:variable name="private" select="0"/>
<xsl:variable name="include-private-members" select="false()"/>
<!-- End Variables -->