Variable and Type Definitions
<xsl:value-of select="header"/>
Structure Definitions
Macro Definitions
<xsl:value-of select="header"/>
Function Definitions
<xsl:value-of select="header"/>
Enumeration Definitions
<xsl:choose> <xsl:when test="@kind = 'struct'"> <xsl:text>Struct </xsl:text> </xsl:when> <xsl:when test="@kind = 'union'"> <xsl:text>Union </xsl:text> </xsl:when> </xsl:choose> <xsl:value-of select="compoundname"/> Type Name Description []  
Function <xsl:value-of select="name"/>()  
Enum <xsl:value-of select="name"/> Enum Value Description  
Macro <xsl:value-of select="name"/> #define ( , ) \  
<!-- Doxygen gets confused and thinks function pointer type definitions are variables, so we need to map them to this common section and check the definition to see which of the two it is. --> <xsl:choose> <xsl:when test="contains(definition,'typedef')"> <xsl:text>Type </xsl:text> </xsl:when> <xsl:otherwise> <xsl:text>Variable </xsl:text> </xsl:otherwise> </xsl:choose> <xsl:value-of select="name"/>  
Warning Returns Precondition <xsl:value-of select="title"/> See also todo To Do tip Tip info Info result Result execute Execute warning Warning Parameters Data Direction Parameter Name Description
Return Values Return Value Description
? []
<xsl:value-of select="title"/>
<xsl:value-of select="title"/>
<xsl:value-of select="title"/>
® © <xsl:value-of select="caption"/>
<xsl:value-of select="."/> html/
<xsl:value-of select="ancestor::*/title"/> .svg
,