- Timestamp:
- Nov 26, 2008 12:53:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/doxygen.xsl
r14634 r14635 247 247 <xsl:template match="attribute/desc"> 248 248 <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)]"/> 250 250 <xsl:apply-templates select="." mode="results"/> 251 251 <xsl:apply-templates select="note"/> … … 267 267 <xsl:template match="method/desc"> 268 268 <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)]"/> 270 270 <xsl:for-each select="../param"> 271 271 <xsl:apply-templates select="desc"/>
Note:
See TracChangeset
for help on using the changeset viewer.