forked from boostorg/static_string
Renamed from fixed_string to static_string, added aliases
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<!-- Variables (Edit for your project) -->
|
||||
<xsl:variable name="doc-ref" select="'fixed_string.ref.'"/>
|
||||
<xsl:variable name="doc-ns" select="'boost::fixed_string'"/>
|
||||
<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 -->
|
||||
|
Reference in New Issue
Block a user