VirtualBox

Changeset 65088 in vbox for trunk/src/VBox/Main/src-all


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

Main: doxygen fixes

Location:
trunk/src/VBox/Main/src-all
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/ExtPackUtil.cpp

    r62485 r65088  
    272272 * @returns NULL on success, pointer to an error message on failure (caller
    273273 *          deletes it).
    274  * @param   a_pszDir        The directory containing the description file.
     274 * @param   hVfsFile        The file handle of the description file.
    275275 * @param   a_pExtPackDesc  Where to store the extension pack descriptor.
    276276 * @param   a_pObjInfo      Where to store the object info for the file (unix
     
    678678 *
    679679 * @returns VBox status code, failures with message.
    680  * @param   hManifestFile       The xml from the extension pack.
     680 * @param   hXmlFile            The xml from the extension pack.
    681681 * @param   pszExtPackName      The expected extension pack name.  This can be
    682682 *                              NULL, in which we don't have any expectations.
  • trunk/src/VBox/Main/src-all/VirtualBoxBase.cpp

    r63147 r65088  
    267267 *  recognize that the created error info object represents a warning rather
    268268 *  than an error.
     269 *
     270 *  @param  aResultCode
     271 *  @param  aIID
     272 *  @param  pcszComponent
     273 *  @param  aText
     274 *  @param  aWarning
     275 *  @param  aLogIt
     276 *  @param  aResultDetail
    269277 */
    270278/* static */
     
    447455 * virtual getClassIID() and getComponentName() methods which are automatically
    448456 * defined by the VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT macro.
    449  * @param aResultCode
    450  * @param pcsz
     457 * @param   aResultCode
    451458 * @return
    452459 */
     
    466473 * virtual getClassIID() and getComponentName() methods which are automatically
    467474 * defined by the VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT macro.
    468  * @param aResultCode
     475 * @param   aResultCode
     476 * @param   pcsz
    469477 * @return
    470478 */
     
    488496 * virtual getClassIID() and getComponentName() methods which are automatically
    489497 * defined by the VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT macro.
    490  * @param ei
     498 * @param   ei
    491499 * @return
    492500 */
  • trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c

    r63260 r65088  
    280280/**
    281281 * Pure virtual method implementation referenced by VirtualBox_p.c
    282  *
    283  * @returns New reference count.
    284  * @param   pThis               Buffer to release.
    285282 */
    286283void __cdecl _purecall(void)                                                              /* see DLLDUMMYPURECALL in RpcProxy.h */
     
    370367 * @param   pszSubRoot      The path to the where the classes are registered,
    371368 *                          NULL if @a hkeyRoot.
    372  * @param   hkeyAltRoot     The registry root tree constant for the alternative
    373  *                          registrations (remove only).
    374  * @param   pszAltSubRoot   The path to where classes could also be registered,
    375  *                          but shouldn't be in our setup.
    376369 * @param   fDelete         Whether to delete registrations first.
    377370 * @param   fUpdate         Whether to update registrations.
     
    12671260 *
    12681261 * @returns COM status code.
     1262 * @param   pState
    12691263 * @param   pwszVBoxDir         The VirtualBox application directory.
    12701264 * @param   fIs32On64           Set if this is the 32-bit on 64-bit component.
     
    14231417 *
    14241418 * @param   pState              The registry modifier state.
    1425  * @param   pwszVBoxDir         The VirtualBox install directory (unicode),
    1426  *                              trailing slash.
    1427  * @param   fIs32On64           Set if we're registering the 32-bit proxy stub
    1428  *                              on a 64-bit system.
    14291419 */
    14301420static void vbpsUpdateInterfaceRegistrations(VBPSREGSTATE *pState)
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