1<?xml version="1.0" encoding="utf-8"?> 2<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 3 4<!-- Variables (Edit for your project) --> 5<xsl:variable name="doc-ref" select="'docca.ref.'"/> 6<xsl:variable name="doc-ns" select="'example'"/> 7<xsl:variable name="debug" select="0"/> 8<xsl:variable name="private" select="0"/> 9<!-- End Variables --> 10 11<xsl:include href="../include/docca/doxygen.xsl"/> 12 13</xsl:stylesheet> 14 15