Changeset 66308 in vbox for trunk/src/VBox/Main
- Timestamp:
- Mar 28, 2017 3:10:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/doxygen.xsl
r62486 r66308 409 409 * libraries 410 410 --> 411 <xsl:template match=" library">411 <xsl:template match="application"> 412 412 <!-- result codes --> 413 413 <xsl:for-each select="result"> … … 425 425 * result codes 426 426 --> 427 <xsl:template match=" result">427 <xsl:template match="application//result"> 428 428 <xsl:apply-templates select="@if" mode="begin"/> 429 429 <xsl:apply-templates select="desc"/> … … 631 631 <!-- enum types --> 632 632 <xsl:when test=" 633 (ancestor::library/ enum[@name=current()]) or634 (ancestor::library/ if[@target=$self_target]/enum[@name=current()])633 (ancestor::library/application/enum[@name=current()]) or 634 (ancestor::library/application/if[@target=$self_target]/enum[@name=current()]) 635 635 "> 636 636 <xsl:value-of select="."/> … … 638 638 <!-- custom interface types --> 639 639 <xsl:when test=" 640 ((ancestor::library/ interface[@name=current()]) or641 (ancestor::library/ if[@target=$self_target]/interface[@name=current()])640 ((ancestor::library/application/interface[@name=current()]) or 641 (ancestor::library/application/if[@target=$self_target]/interface[@name=current()]) 642 642 ) 643 643 ">
Note:
See TracChangeset
for help on using the changeset viewer.