VirtualBox

Changeset 15281 in vbox


Ignore:
Timestamp:
Dec 10, 2008 11:31:36 PM (16 years ago)
Author:
vboxsync
Message:

Main/Docs: Don't show internal notes. Prepend enum name to the enum value (to isolate the scope for doxygen too).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/doxygen.xsl

    r14781 r15281  
    154154-->
    155155<xsl:template match="desc/note">
    156   <xsl:text>&#x0A;@note </xsl:text>
    157   <xsl:apply-templates/>
    158   <xsl:text>&#x0A;</xsl:text>
     156  <xsl:if test="not(@internal='yes')">
     157    <xsl:text>&#x0A;@note </xsl:text>
     158    <xsl:apply-templates/>
     159    <xsl:text>&#x0A;</xsl:text>
     160  </xsl:if>
    159161</xsl:template>
    160162
     
    589591    <xsl:apply-templates select="desc"/>
    590592    <xsl:text>    </xsl:text>
     593    <xsl:value-of select="../@name"/>
     594    <xsl:text>_</xsl:text>
    591595    <xsl:value-of select="@name"/> = <xsl:value-of select="@value"/>
    592596    <xsl:text>,&#x0A;</xsl:text>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette