VirtualBox

Changeset 65063 in vbox for trunk/src


Ignore:
Timestamp:
Jan 3, 2017 11:15:49 AM (8 years ago)
Author:
vboxsync
Message:

Main: doxygen fixes

Location:
trunk/src/VBox/Main
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/USBProxyBackend.h

    r62485 r65063  
    225225    /** The root of usbfs. */
    226226    Utf8Str mDevicesRoot;
    227     /** Whether we're using <mUsbfsRoot>/devices or /sys/whatever. */
     227    /** Whether we're using \<mUsbfsRoot\>/devices or /sys/whatever. */
    228228    bool mUsingUsbfsDevices;
    229229    /** Number of 500ms polls left to do. See usbDeterminState for details. */
  • trunk/src/VBox/Main/src-server/AudioAdapterImpl.cpp

    r63176 r65063  
    468468 *  May be called once right after this object creation.
    469469 *
    470  *  @param aMachineNode <Machine> node.
     470 *  @param data Configuration settings.
    471471 *
    472472 *  @note Locks this object for writing.
     
    497497 *  Saves settings to the given machine node.
    498498 *
    499  *  @param aMachineNode <Machine> node.
     499 *  @param data Configuration settings.
    500500 *
    501501 *  @note Locks this object for reading.
  • trunk/src/VBox/Main/src-server/BIOSSettingsImpl.cpp

    r61549 r65063  
    494494 *  May be called once right after this object creation.
    495495 *
    496  *  @param aMachineNode <Machine> node.
     496 *  @param data Configuration settings.
    497497 *
    498498 *  @note Locks this object for writing.
     
    514514 *  Saves settings to the given machine node.
    515515 *
    516  *  @param aMachineNode <Machine> node.
     516 *  @param data Configuration settings.
    517517 *
    518518 *  @note Locks this object for reading.
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r65049 r65063  
    88128812 *  Recursively loads all snapshots starting from the given.
    88138813 *
    8814  *  @param aNode            <Snapshot> node.
     8814 *  @param data             snapshot settings.
    88158815 *  @param aCurSnapshotId   Current snapshot ID from the settings file.
    88168816 *  @param aParentSnapshot  Parent snapshot.
     
    92409240 *  Called from i_loadMachineDataFromSettings() for the storage controller data, including media.
    92419241 *
    9242  * @param data
    9243  * @param puuidRegistry media registry ID to set media to or NULL; see Machine::i_loadMachineDataFromSettings()
    9244  * @param puuidSnapshot
     9242 * @param data          storage settings.
     9243 * @param puuidRegistry media registry ID to set media to or NULL;
     9244 *                      see Machine::i_loadMachineDataFromSettings()
     9245 * @param puuidSnapshot snapshot ID
    92459246 * @return
    92469247 */
     
    1050710508 *  Saves the storage controller configuration.
    1050810509 *
    10509  *  @param aNode    <StorageControllers> node to save the VM hardware configuration to.
     10510 *  @param data    storage settings.
    1051010511 */
    1051110512HRESULT Machine::i_saveStorageControllers(settings::Storage &data)
  • trunk/src/VBox/Main/src-server/NetworkAdapterImpl.cpp

    r63563 r65063  
    10151015 *  May be called once right after this object creation.
    10161016 *
    1017  *  @param aAdapterNode <Adapter> node.
     1017 *  @param bwctl bandwidth control object.
     1018 *  @param data  Configuration settings.
    10181019 *
    10191020 *  @note Locks this object for writing.
     
    10711072 *  Note that the given Adapter node is completely empty on input.
    10721073 *
    1073  *  @param aAdapterNode <Adapter> node.
     1074 *  @param data Configuration settings.
    10741075 *
    10751076 *  @note Locks this object for reading.
  • trunk/src/VBox/Main/src-server/ParallelPortImpl.cpp

    r61549 r65063  
    371371 *  May be called once right after this object creation.
    372372 *
    373  *  @param aPortNode <Port> node.
     373 *  @param data Configuration settings.
    374374 *
    375375 *  @note Locks this object for writing.
     
    393393 *  Note that the given Port node is completely empty on input.
    394394 *
    395  *  @param  <data> node.
     395 *  @param  data Configuration settings.
    396396 *
    397397 *  @note Locks this object for reading.
  • trunk/src/VBox/Main/src-server/SerialPortImpl.cpp

    r61549 r65063  
    493493 *  May be called once right after this object creation.
    494494 *
    495  *  @param aPortNode <Port> node.
     495 *  @param data Configuration settings.
    496496 *
    497497 *  @note Locks this object for writing.
     
    516516 *  Note that the given Port node is completely empty on input.
    517517 *
    518  *  @param aPortNode <Port> node.
     518 *  @param data Configuration settings.
    519519 *
    520520 *  @note Locks this object for reading.
  • trunk/src/VBox/Main/src-server/SnapshotImpl.cpp

    r64217 r65063  
    11101110 *  Initializes the SnapshotMachine object when loading from the settings file.
    11111111 *
    1112  *  @param aMachine machine the snapshot belongs to
    1113  *  @param aHWNode          <Hardware> node
    1114  *  @param aHDAsNode        <HardDiskAttachments> node
     1112 *  @param aMachine         machine the snapshot belongs to
     1113 *  @param hardware         hardware settings
     1114 *  @param pDbg             debuging settings
     1115 *  @param pAutoStart       autostart settings
    11151116 *  @param aSnapshotId      snapshot ID of this snapshot machine
    11161117 *  @param aStateFilePath   file where the execution state is saved
  • trunk/src/VBox/Main/src-server/USBDeviceFiltersImpl.cpp

    r61667 r65063  
    480480 *  May be called once right after this object creation.
    481481 *
    482  *  @param aMachineNode <Machine> node.
     482 *  @param data Configuration settings.
    483483 *
    484484 *  @note Does not lock "this" as Machine::loadHardware, which calls this, does not lock either.
     
    523523 *  Saves settings to the given machine node.
    524524 *
    525  *  @param aMachineNode <Machine> node.
     525 *  @param data Configuration settings.
    526526 *
    527527 *  @note Locks this object for reading.
  • trunk/src/VBox/Main/src-server/VRDEServerImpl.cpp

    r63563 r65063  
    188188 *  May be called once right after this object creation.
    189189 *
    190  *  @param aMachineNode <Machine> node.
     190 *  @param data Configuration settings.
    191191 *
    192192 *  @note Locks this object for writing.
     
    208208 *  Saves settings to the given machine node.
    209209 *
    210  *  @param aMachineNode <Machine> node.
     210 *  @param data Configuration settings.
    211211 *
    212212 *  @note Locks this object for reading.
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