VirtualBox

Changeset 65082 in vbox for trunk/src


Ignore:
Timestamp:
Jan 3, 2017 3:13:01 PM (8 years ago)
Author:
vboxsync
Message:

a few doxygen fixes

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/EventQueue.cpp

    r62485 r65082  
    193193 *  Posts an event to this event loop asynchronously.
    194194 *
    195  *  @param  event   the event to post, must be allocated using |new|
     195 *  @param pEvent   the event to post, must be allocated using |new|
    196196 *  @return         TRUE if successful and false otherwise
    197197 */
  • trunk/src/VBox/Main/xml/Settings.cpp

    r64541 r65082  
    240240 * Constructor. Allocates the XML internals, parses the XML file if
    241241 * pstrFilename is != NULL and reads the settings version from it.
    242  * @param strFilename
     242 * @param pstrFilename
    243243 */
    244244ConfigFileBase::ConfigFileBase(const com::Utf8Str *pstrFilename)
     
    31933193 * variables contain meaningful values (either from the file or defaults).
    31943194 *
    3195  * @param strFilename
     3195 * @param pstrFilename
    31963196 */
    31973197MachineConfigFile::MachineConfigFile(const Utf8Str *pstrFilename)
     
    32943294/**
    32953295 * Called from MachineConfigFile::readHardware() to read cpu information.
    3296  * @param elmCpuid
     3296 * @param elmCpu
    32973297 * @param ll
    32983298 */
     
    36433643 *
    36443644 * @param elmAudioAdapter "AudioAdapter" XML element.
    3645  * @param hw
     3645 * @param aa
    36463646 */
    36473647void MachineConfigFile::readAudioAdapter(const xml::ElementNode &elmAudioAdapter,
     
    37713771 * and \<StorageController\>.
    37723772 * @param elmStorageController
    3773  * @param strg
     3773 * @param sctl
    37743774 */
    37753775void MachineConfigFile::readStorageControllerAttributes(const xml::ElementNode &elmStorageController,
     
    45044504 * hidden in the \<Hardware\> settings. We set the StorageControllers fields just the
    45054505 * same, just from different sources.
    4506  * @param elmHardware \<Hardware\> XML node.
    45074506 * @param elmHardDiskAttachments  \<HardDiskAttachments\> XML node.
    45084507 * @param strg
     
    66526651 *      when this gets called for OVF export.
    66536652 *
    6654  * --   BuildMachineXML_SuppressSavedState: If set, the Machine/@stateFile
     6653 * --   BuildMachineXML_SuppressSavedState: If set, the Machine/stateFile
    66556654 *      attribute is never set. This is also for the OVF export case because we
    66566655 *      cannot save states with OVF.
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