safe_numerics/doc/boostbook/accu/bb2db.xsl
Robert Ramey 434ce2cd05 added article for accuracy
fixed up CMake files so that they run from the command line
adjusted CMake files so that they exclude tests which can't be run
2017-01-07 22:04:14 -08:00

11 lines
349 B
XML

<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="http://www.boost.org/tools/boostbook/xsl/docbook.xsl"/>
<!-- highlight C++ source code -->
<xsl:template match="programlisting">
<xsl:apply-templates select="." mode="annotation"/>
</xsl:template>
</xsl:stylesheet>