Lines Matching full:template
16 <xsl:template match="/api">
21 <xsl:call-template name="generate_index"/>
22 <xsl:call-template name="generate_general"/>
23 </xsl:template>
24 <xsl:template match="/api/files">
30 </xsl:template>
31 <xsl:template match="/api/files/file">
91 </xsl:template>
92 <xsl:template match="/api/symbols">
102 </xsl:template>
103 <xsl:template match="/api/symbols/functype">
105 </xsl:template>
106 <xsl:template match="/api/symbols/function">
108 </xsl:template>
109 <xsl:template match="/api/symbols/typedef">
111 </xsl:template>
112 <xsl:template match="/api/symbols/enum">
114 </xsl:template>
115 <xsl:template match="/api/symbols/struct">
117 </xsl:template>
118 <xsl:template match="/api/symbols/macro">
120 </xsl:template>
121 <xsl:template match="/api/symbols/variable">
123 </xsl:template>