config.xsl 255 B

123456
  1. <!-- Variables (Edit for your project) -->
  2. <xsl:variable name="doc-ref" select="'beast.ref.'"/>
  3. <xsl:variable name="doc-ns" select="'boost::beast'"/>
  4. <xsl:variable name="debug" select="0"/>
  5. <xsl:variable name="private" select="0"/>
  6. <!-- End Variables -->