VirtualBox

Changeset 76110 in vbox


Ignore:
Timestamp:
Dec 10, 2018 12:09:59 PM (6 years ago)
Author:
vboxsync
Message:

Main/doxygen.xsl: Correction for VBoxSDS if'ing. bugref:3300

File:
1 edited

Legend:

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

    r66308 r76110  
    631631            <!-- enum types -->
    632632            <xsl:when test="
    633               (ancestor::library/application/enum[@name=current()]) or
    634               (ancestor::library/application/if[@target=$self_target]/enum[@name=current()])
     633                 (ancestor::library/application/enum[@name=current()])
     634              or (ancestor::library/if/application/enum[@name=current()])
     635              or (ancestor::library/application/if[@target=$self_target]/enum[@name=current()])
     636              or (ancestor::library/if/application/if[@target=$self_target]/enum[@name=current()])
    635637            ">
    636638              <xsl:value-of select="."/>
     
    638640            <!-- custom interface types -->
    639641            <xsl:when test="
    640               ((ancestor::library/application/interface[@name=current()]) or
    641                (ancestor::library/application/if[@target=$self_target]/interface[@name=current()])
     642              (   (ancestor::library/application/interface[@name=current()])
     643               or (ancestor::library/if/application/interface[@name=current()])
     644               or (ancestor::library/application/if[@target=$self_target]/interface[@name=current()])
     645               or (ancestor::library/if/application/if[@target=$self_target]/interface[@name=current()])
    642646              )
    643647            ">
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