VirtualBox

Changeset 14635 in vbox for trunk/src


Ignore:
Timestamp:
Nov 26, 2008 12:53:02 PM (16 years ago)
Author:
vboxsync
Message:

Main/XIDL/Doxygen: Don't insert <result> tags that we already gather in the table in method/attribute descriptions.

File:
1 edited

Legend:

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

    r14634 r14635  
    247247<xsl:template match="attribute/desc">
    248248  <xsl:apply-templates select="." mode="begin"/>
    249   <xsl:apply-templates select="text() | *[not(self::note or self::see)]"/>
     249  <xsl:apply-templates select="text() | *[not(self::note or self::see or self::result)]"/>
    250250  <xsl:apply-templates select="." mode="results"/>
    251251  <xsl:apply-templates select="note"/>
     
    267267<xsl:template match="method/desc">
    268268  <xsl:apply-templates select="." mode="begin"/>
    269   <xsl:apply-templates select="text() | *[not(self::note or self::see)]"/>
     269  <xsl:apply-templates select="text() | *[not(self::note or self::see or self::result)]"/>
    270270  <xsl:for-each select="../param">
    271271    <xsl:apply-templates select="desc"/>
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