VirtualBox

Changeset 66308 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Mar 28, 2017 3:10:04 PM (8 years ago)
Author:
vboxsync
Message:

VBox/Main: ​​bugref:3300: VBoxSVC from terminal server session is not 'visible' - fix for doxygen xslt issue

File:
1 edited

Legend:

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

    r62486 r66308  
    409409 *  libraries
    410410-->
    411 <xsl:template match="library">
     411<xsl:template match="application">
    412412  <!-- result codes -->
    413413  <xsl:for-each select="result">
     
    425425 *  result codes
    426426-->
    427 <xsl:template match="result">
     427<xsl:template match="application//result">
    428428  <xsl:apply-templates select="@if" mode="begin"/>
    429429  <xsl:apply-templates select="desc"/>
     
    631631            <!-- enum types -->
    632632            <xsl:when test="
    633               (ancestor::library/enum[@name=current()]) or
    634               (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()])
    635635            ">
    636636              <xsl:value-of select="."/>
     
    638638            <!-- custom interface types -->
    639639            <xsl:when test="
    640               ((ancestor::library/interface[@name=current()]) or
    641                (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()])
    642642              )
    643643            ">
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