VirtualBox

Changeset 64505 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Nov 1, 2016 11:05:22 AM (8 years ago)
Author:
vboxsync
Message:

doxygen fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp

    r64497 r64505  
    425425        AssertLogRelRCReturn(rc, rc);
    426426
    427         /** @cfgm{/PDM/DriverTransformations/<name>/Device,string,*}
     427        /** @cfgm{/PDM/DriverTransformations/&lt;name&gt;/Device,string,*}
    428428         * One or more simple wildcard patters separated by '|' for matching
    429429         * the devices this transformation rule applies to. */
     
    436436            continue;
    437437
    438         /** @cfgm{/PDM/DriverTransformations/<name>/LUN,string,*}
     438        /** @cfgm{/PDM/DriverTransformations/&lt;name&gt;/LUN,string,*}
    439439         * One or more simple wildcard patters separated by '|' for matching
    440440         * the LUNs this transformation rule applies to. */
     
    446446            continue;
    447447
    448         /** @cfgm{/PDM/DriverTransformations/<name>/BelowDriver,string,*}
     448        /** @cfgm{/PDM/DriverTransformations/&lt;name&gt;/BelowDriver,string,*}
    449449         * One or more simple wildcard patters separated by '|' for matching the
    450450         * drivers the transformation should be applied below.  This means, that
     
    459459            continue;
    460460
    461         /** @cfgm{/PDM/DriverTransformations/<name>/AboveDriver,string,*}
     461        /** @cfgm{/PDM/DriverTransformations/&lt;name&gt;/AboveDriver,string,*}
    462462         * One or more simple wildcard patters separated by '|' for matching the
    463463         * drivers the transformation should be applie above or at (depending on
     
    482482         * We've got a match! Now, what are we supposed to do?
    483483         */
    484         /** @cfgm{/PDM/DriverTransformations/<name>/Action,string,inject}
     484        /** @cfgm{/PDM/DriverTransformations/&lt;name&gt;/Action,string,inject}
    485485         * The action that the the transformation takes.  Possible values are:
    486486         *      - inject
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