summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/docca/example/reference.xsl
blob: de567529433e6a42d4c7bf84c494125244e0ec94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

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

<xsl:include href="../include/docca/doxygen.xsl"/>

</xsl:stylesheet>