Index: /trunk/src/VBox/Main/include/MediumAttachmentImpl.h
===================================================================
--- /trunk/src/VBox/Main/include/MediumAttachmentImpl.h	(revision 65102)
+++ /trunk/src/VBox/Main/include/MediumAttachmentImpl.h	(revision 65103)
@@ -39,10 +39,10 @@
                  LONG aDevice,
                  DeviceType_T aType,
-                 bool fImplicit,
-                 bool fPassthrough,
-                 bool fTempEject,
-                 bool fNonRotational,
-                 bool fDiscard,
-                 bool fHotPluggable,
+                 bool aImplicit,
+                 bool aPassthrough,
+                 bool aTempEject,
+                 bool aNonRotational,
+                 bool aDiscard,
+                 bool aHotPluggable,
                  const Utf8Str &strBandwidthGroup);
     HRESULT initCopy(Machine *aParent, MediumAttachment *aThat);
Index: /trunk/src/VBox/Main/include/ProgressImpl.h
===================================================================
--- /trunk/src/VBox/Main/include/ProgressImpl.h	(revision 65102)
+++ /trunk/src/VBox/Main/include/ProgressImpl.h	(revision 65103)
@@ -79,5 +79,5 @@
      * @param aCancelable
      * @param cOperations
-     * @param bstrFirstOperationDescription
+     * @param aFirstOperationDescription
      * @return
      */
Index: /trunk/src/VBox/Main/src-all/ProgressImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-all/ProgressImpl.cpp	(revision 65102)
+++ /trunk/src/VBox/Main/src-all/ProgressImpl.cpp	(revision 65103)
@@ -139,5 +139,5 @@
  * @param ulTotalOperationsWeight Total weight of operations; must be the sum of ulFirstOperationWeight and
  *                          what is later passed with each subsequent setNextOperation() call.
- * @param bstrFirstOperationDescription Description of the first operation.
+ * @param aFirstOperationDescription Description of the first operation.
  * @param ulFirstOperationWeight Weight of first sub-operation.
  */
@@ -407,5 +407,5 @@
  * @param aResultCode   Operation result (error) code, must not be S_OK.
  * @param aIID          IID of the interface that defines the error.
- * @param aComponent    Name of the component that generates the error.
+ * @param pcszComponent Name of the component that generates the error.
  * @param aText         Error message (must not be null), an RTStrPrintf-like
  *                      format string in UTF-8 encoding.
@@ -781,5 +781,6 @@
  * the next operation. The operation percentage is reset to 0.
  *
- * @param aOperationDescription     Description of the next operation.
+ * @param aNextOperationDescription  Description of the next operation.
+ * @param aNextOperationsWeight     Weight of the next operation.
  *
  * @note The current operation must not be the last one.
Index: /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp	(revision 65102)
+++ /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp	(revision 65103)
@@ -4826,5 +4826,5 @@
  * @returns COM status code.
  *
- * @parma   pUVM                The VM handle (caller hold this safely).
+ * @param   pUVM                The VM handle (caller hold this safely).
  * @param   pszDevice           The PDM device name.
  * @param   uInstance           The PDM device instance.
Index: /trunk/src/VBox/Main/src-client/MachineDebuggerImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/MachineDebuggerImpl.cpp	(revision 65102)
+++ /trunk/src/VBox/Main/src-client/MachineDebuggerImpl.cpp	(revision 65103)
@@ -143,5 +143,5 @@
  *
  * @returns COM status code
- * @param   a_fEnable       The new state.
+ * @param   aSingleStep     The new state.
  */
 HRESULT MachineDebugger::setSingleStep(BOOL aSingleStep)
@@ -224,5 +224,5 @@
  *
  * @returns COM status code
- * @param   a_fEnabled address of result variable
+ * @param   aRecompileUser  address of result variable
  */
 HRESULT MachineDebugger::getRecompileUser(BOOL *aRecompileUser)
@@ -235,5 +235,5 @@
  *
  * @returns COM status
- * @param   aEnable new user mode code recompile flag.
+ * @param   aRecompileUser  new user mode code recompile flag.
  */
 HRESULT MachineDebugger::setRecompileUser(BOOL aRecompileUser)
@@ -247,5 +247,5 @@
  *
  * @returns COM status code
- * @param   aEnabled address of result variable
+ * @param   aRecompileSupervisor    address of result variable
  */
 HRESULT MachineDebugger::getRecompileSupervisor(BOOL *aRecompileSupervisor)
@@ -258,5 +258,5 @@
  *
  * @returns COM status code
- * @param   aEnable new recompile supervisor code flag
+ * @param   aRecompileSupervisor    new recompile supervisor code flag
  */
 HRESULT MachineDebugger::setRecompileSupervisor(BOOL aRecompileSupervisor)
@@ -270,5 +270,5 @@
  *
  * @returns COM status code
- * @param   aEnabled    Address of result variable.
+ * @param   aExecuteAllInIEM    Address of result variable.
  */
 HRESULT MachineDebugger::getExecuteAllInIEM(BOOL *aExecuteAllInIEM)
@@ -281,5 +281,5 @@
  *
  * @returns COM status code
- * @param   aEnable     New setting.
+ * @param   aExecuteAllInIEM    New setting.
  */
 HRESULT MachineDebugger::setExecuteAllInIEM(BOOL aExecuteAllInIEM)
@@ -293,5 +293,5 @@
  *
  * @returns COM status code
- * @param   aEnabled address of result variable
+ * @param   aPATMEnabled    address of result variable
  */
 HRESULT MachineDebugger::getPATMEnabled(BOOL *aPATMEnabled)
@@ -314,5 +314,5 @@
  *
  * @returns COM status code
- * @param   aEnable new patch manager enabled flag
+ * @param   aPATMEnabled    new patch manager enabled flag
  */
 HRESULT MachineDebugger::setPATMEnabled(BOOL aPATMEnabled)
@@ -349,5 +349,5 @@
  *
  * @returns COM status code
- * @param   aEnabled address of result variable
+ * @param   aCSAMEnabled    address of result variable
  */
 HRESULT MachineDebugger::getCSAMEnabled(BOOL *aCSAMEnabled)
@@ -371,5 +371,5 @@
  *
  * @returns COM status code
- * @param   aEnable new code scanner enabled flag
+ * @param   aCSAMEnabled    new code scanner enabled flag
  */
 HRESULT MachineDebugger::setCSAMEnabled(BOOL aCSAMEnabled)
@@ -593,5 +593,5 @@
  *
  * @returns COM status code
- * @param   aEnabled address of result variable
+ * @param   aHWVirtExUXEnabled  address of result variable
  */
 HRESULT MachineDebugger::getHWVirtExUXEnabled(BOOL *aHWVirtExUXEnabled)
@@ -675,5 +675,5 @@
  *
  * @returns COM status code
- * @param   aEnabled address of result variable
+ * @param   aPAEEnabled     address of result variable.
  */
 HRESULT MachineDebugger::getPAEEnabled(BOOL *aPAEEnabled)
@@ -699,5 +699,5 @@
  *
  * @returns COM status code.
- * @param   a_puPct      Where to store the rate.
+ * @param   aVirtualTimeRate    Where to store the rate.
  */
 HRESULT MachineDebugger::getVirtualTimeRate(ULONG *aVirtualTimeRate)
@@ -714,8 +714,8 @@
 
 /**
- * Returns the current virtual time rate.
+ * Set the virtual time rate.
  *
  * @returns COM status code.
- * @param   aPct     Where to store the rate.
+ * @param   aVirtualTimeRate    The new rate.
  */
 HRESULT MachineDebugger::setVirtualTimeRate(ULONG aVirtualTimeRate)
Index: /trunk/src/VBox/Main/src-client/MouseImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/MouseImpl.cpp	(revision 65102)
+++ /trunk/src/VBox/Main/src-client/MouseImpl.cpp	(revision 65103)
@@ -367,5 +367,5 @@
  *
  * @returns COM status code
- * @param absoluteSupported address of result variable
+ * @param aAbsoluteSupported address of result variable
  */
 HRESULT Mouse::getAbsoluteSupported(BOOL *aAbsoluteSupported)
@@ -380,5 +380,5 @@
  *
  * @returns COM status code
- * @param relativeSupported address of result variable
+ * @param aRelativeSupported address of result variable
  */
 HRESULT Mouse::getRelativeSupported(BOOL *aRelativeSupported)
@@ -393,5 +393,5 @@
  *
  * @returns COM status code
- * @param multiTouchSupported address of result variable
+ * @param aMultiTouchSupported address of result variable
  */
 HRESULT Mouse::getMultiTouchSupported(BOOL *aMultiTouchSupported)
@@ -406,5 +406,5 @@
  *
  * @returns COM status code
- * @param pfNeedsHostCursor address of result variable
+ * @param aNeedsHostCursor address of result variable
  */
 HRESULT Mouse::getNeedsHostCursor(BOOL *aNeedsHostCursor)
@@ -736,8 +736,9 @@
  *
  * @returns COM status code
- * @param dx          X movement
- * @param dy          Y movement
- * @param dz          Z movement
- * @param fButtons    The mouse button state
+ * @param dx            X movement.
+ * @param dy            Y movement.
+ * @param dz            Z movement.
+ * @param dw            Mouse wheel movement.
+ * @param aButtonState  The mouse button state.
  */
 HRESULT Mouse::putMouseEvent(LONG dx, LONG dy, LONG dz, LONG dw,
@@ -837,8 +838,9 @@
  *
  * @returns COM status code
- * @param x          X position (pixel), starting from 1
- * @param y          Y position (pixel), starting from 1
- * @param dz         Z movement
- * @param fButtons   The mouse button state
+ * @param x         X position (pixel), starting from 1
+ * @param y         Y position (pixel), starting from 1
+ * @param dz        Z movement
+ * @param dw        mouse wheel movement
+ * @param aButtonState The mouse button state
  */
 HRESULT Mouse::putMouseEventAbsolute(LONG x, LONG y, LONG dz, LONG dw,
@@ -1048,5 +1050,10 @@
 
 /** Check what sort of reporting can be done using the devices currently
- * enabled.  Does not consider the VMM device. */
+ * enabled.  Does not consider the VMM device.
+ *
+ * @param   pfAbs   supports absolute mouse coordinates.
+ * @param   pfRel   supports relative mouse coordinates.
+ * @param   pfMT    supports multitouch.
+ */
 void Mouse::i_getDeviceCaps(bool *pfAbs, bool *pfRel, bool *pfMT)
 {
@@ -1149,16 +1156,17 @@
  * A virtual device is notifying us about its current state and capabilities
  */
-DECLCALLBACK(void) Mouse::i_mouseReportModes(PPDMIMOUSECONNECTOR pInterface, bool fRel, bool fAbs, bool fMT)
+DECLCALLBACK(void) Mouse::i_mouseReportModes(PPDMIMOUSECONNECTOR pInterface, bool fRelative,
+                                             bool fAbsolute, bool fMultiTouch)
 {
     PDRVMAINMOUSE pDrv = RT_FROM_MEMBER(pInterface, DRVMAINMOUSE, IConnector);
-    if (fRel)
+    if (fRelative)
         pDrv->u32DevCaps |= MOUSE_DEVCAP_RELATIVE;
     else
         pDrv->u32DevCaps &= ~MOUSE_DEVCAP_RELATIVE;
-    if (fAbs)
+    if (fAbsolute)
         pDrv->u32DevCaps |= MOUSE_DEVCAP_ABSOLUTE;
     else
         pDrv->u32DevCaps &= ~MOUSE_DEVCAP_ABSOLUTE;
-    if (fMT)
+    if (fMultiTouch)
         pDrv->u32DevCaps |= MOUSE_DEVCAP_MULTI_TOUCH;
     else
Index: /trunk/src/VBox/Main/src-client/PCIRawDevImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/PCIRawDevImpl.cpp	(revision 65102)
+++ /trunk/src/VBox/Main/src-client/PCIRawDevImpl.cpp	(revision 65103)
@@ -67,5 +67,5 @@
 
 /**
- * @interface_method_impl{PDMIPCIRAWUP,pfnPciDeviceConstructComplete}
+ * @interface_method_impl{PDMIPCIRAWCONNECTOR,pfnDeviceConstructComplete}
  */
 DECLCALLBACK(int) PCIRawDev::drvDeviceConstructComplete(PPDMIPCIRAWCONNECTOR pInterface, const char *pcszName,
Index: /trunk/src/VBox/Main/src-client/SessionImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/SessionImpl.cpp	(revision 65102)
+++ /trunk/src/VBox/Main/src-client/SessionImpl.cpp	(revision 65103)
@@ -1090,5 +1090,5 @@
  *  @param aFinalRelease    called as a result of FinalRelease()
  *  @param aFromServer      called as a result of Uninitialize()
- *  @param pLockW           The write lock this object is protected with.
+ *  @param aLockW           The write lock this object is protected with.
  *                          Must be acquired already and will be released
  *                          and later reacquired during the unlocking.
Index: /trunk/src/VBox/Main/src-server/ApplianceImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/ApplianceImpl.cpp	(revision 65102)
+++ /trunk/src/VBox/Main/src-server/ApplianceImpl.cpp	(revision 65103)
@@ -373,5 +373,5 @@
  * Implementation for IVirtualBox::createAppliance.
  *
- * @param anAppliance IAppliance object created if S_OK is returned.
+ * @param aAppliance IAppliance object created if S_OK is returned.
  * @return S_OK or error.
  */
@@ -392,5 +392,5 @@
 /**
  * Appliance COM initializer.
- * @param
+ * @param   aVirtualBox     The VirtualBox object. 
  * @return
  */
@@ -1394,5 +1394,5 @@
 /**
  * Public method implementation.
- * @param
+ * @param   aCount
  * @return
  */
Index: /trunk/src/VBox/Main/src-server/MediumAttachmentImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/MediumAttachmentImpl.cpp	(revision 65102)
+++ /trunk/src/VBox/Main/src-server/MediumAttachmentImpl.cpp	(revision 65103)
@@ -92,9 +92,15 @@
  * @param aParent           Machine object.
  * @param aMedium           Medium object.
- * @param aController       Controller the hard disk is attached to.
+ * @param aControllerName   Controller the hard disk is attached to.
  * @param aPort             Port number.
  * @param aDevice           Device number on the port.
+ * @param aType             Device type.
+ * @param aImplicit
  * @param aPassthrough      Whether accesses are directly passed to the host drive.
- * @param aBandwidthLimit   Bandwidth limit in Mbps
+ * @param aTempEject
+ * @param aNonRotational    Whether this medium is non-rotational (aka SSD).
+ * @param aDiscard
+ * @param aHotPluggable     Whether this medium is hot-pluggable.
+ * @param aBandwidthLimit   Bandwidth limit in Mbps.
  */
 HRESULT MediumAttachment::init(Machine *aParent,
Index: /trunk/src/VBox/Main/src-server/MediumImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/MediumImpl.cpp	(revision 65102)
+++ /trunk/src/VBox/Main/src-server/MediumImpl.cpp	(revision 65103)
@@ -1074,5 +1074,5 @@
  * @param uuidMachineRegistry The registry to which this medium should be added
  *                            (global registry UUID or machine UUID or empty if none).
- * @param deviceType    Device Type.
+ * @param aDeviceType   Device Type.
  */
 HRESULT Medium::init(VirtualBox *aVirtualBox,
@@ -4367,6 +4367,6 @@
  * of this media and updates it if necessary to reflect the new location.
  *
- * @param aOldPath  Old path (full).
- * @param aNewPath  New path (full).
+ * @param strOldPath  Old path (full).
+ * @param strNewPath  New path (full).
  *
  * @note Locks this object for writing.
@@ -6072,14 +6072,14 @@
  * Used by IAppliance to export disk images.
  *
- * @param aFilename             Filename to create (UTF8).
- * @param aFormat               Medium format for creating @a aFilename.
- * @param aVariant              Which exact image format variant to use
- *                              for the destination image.
- * @param pKeyStore             The optional key store for decrypting the data
- *                              for encrypted media during the export.
- * @param aVDImageIOCallbacks   Pointer to the callback table for a
- *                              VDINTERFACEIO interface. May be NULL.
- * @param aVDImageIOUser        Opaque data for the callbacks.
- * @param aProgress             Progress object to use.
+ * @param aFilename         Filename to create (UTF8).
+ * @param aFormat           Medium format for creating @a aFilename.
+ * @param aVariant          Which exact image format variant to use for the
+ *                          destination image.
+ * @param pKeyStore         The optional key store for decrypting the data for
+ *                          encrypted media during the export.
+ * @param aVDImageIOIf      Pointer to the callback table for a VDINTERFACEIO
+ *                          interface. May be NULL.
+ * @param aVDImageIOUser    Opaque data for the callbacks.
+ * @param aProgress         Progress object to use.
  * @return
  * @note The source format is defined by the Medium instance.
@@ -6511,7 +6511,10 @@
  * @note Locks m->pParent for reading. Locks this object for writing.
  *
- * @param fSetImageId Whether to reset the UUID contained in the image file to the UUID in the medium instance data (see SetIDs())
- * @param fSetParentId Whether to reset the parent UUID contained in the image file to the parent
- *                     UUID in the medium instance data (see SetIDs())
+ * @param fSetImageId   Whether to reset the UUID contained in the image file
+ *                      to the UUID in the medium instance data (see SetIDs())
+ * @param fSetParentId  Whether to reset the parent UUID contained in the image
+ *                      file to the parent UUID in the medium instance data (see
+ *                      SetIDs())
+ * @param autoCaller
  * @return
  */
Index: /trunk/src/VBox/Main/src-server/NetworkAdapterImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/NetworkAdapterImpl.cpp	(revision 65102)
+++ /trunk/src/VBox/Main/src-server/NetworkAdapterImpl.cpp	(revision 65103)
@@ -65,4 +65,5 @@
  *
  *  @param aParent  Handle of the parent object.
+ *  @param uSlot    Slot number this network adapter is plugged into.
  */
 HRESULT NetworkAdapter::init(Machine *aParent, ULONG uSlot)
@@ -102,4 +103,6 @@
  *  the object passed as an argument.
  *
+ *  @param  aParent     Parent object.
+ *  @param  aThat
  *  @param  aReshare
  *      When false, the original object will remain a data owner.
Index: /trunk/src/VBox/Main/src-server/ParallelPortImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/ParallelPortImpl.cpp	(revision 65102)
+++ /trunk/src/VBox/Main/src-server/ParallelPortImpl.cpp	(revision 65103)
@@ -72,4 +72,5 @@
  *
  *  @param aParent  Handle of the parent object.
+ *  @param aSlot    Slotnumber this parallel port is plugged into.
  */
 HRESULT ParallelPort::init(Machine *aParent, ULONG aSlot)
Index: /trunk/src/VBox/Main/src-server/SerialPortImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/SerialPortImpl.cpp	(revision 65102)
+++ /trunk/src/VBox/Main/src-server/SerialPortImpl.cpp	(revision 65103)
@@ -74,4 +74,5 @@
  *
  *  @param aParent  Handle of the parent object.
+ *  @param aSlot    Slot number the serial port is plugged into.
  */
 HRESULT SerialPort::init(Machine *aParent, ULONG aSlot)
Index: /trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/SnapshotImpl.cpp	(revision 65102)
+++ /trunk/src/VBox/Main/src-server/SnapshotImpl.cpp	(revision 65103)
@@ -99,4 +99,5 @@
  *  Initializes the instance
  *
+ *  @param  aVirtualBox    VirtualBox object
  *  @param  aId            id of the snapshot
  *  @param  aName          name of the snapshot
@@ -1113,5 +1114,5 @@
  *  @param hardware         hardware settings
  *  @param pDbg             debuging settings
- *  @param pAutoStart       autostart settings
+ *  @param pAutostart       autostart settings
  *  @param aSnapshotId      snapshot ID of this snapshot machine
  *  @param aStateFilePath   file where the execution state is saved
@@ -2051,5 +2052,5 @@
  * @note Locks mParent + this object for writing.
  *
- * @param pTask Task data.
+ * @param task Task data.
  */
 void SessionMachine::i_restoreSnapshotHandler(RestoreSnapshotTask &task)
@@ -3629,5 +3630,5 @@
  * @param aSource       Source hard disk for merge.
  * @param aTarget       Target hard disk for merge.
- * @param aMergeForward Merge direction.
+ * @param fMergeForward Merge direction.
  * @param aParentForTarget New parent if target needs to be reparented.
  * @param aChildrenToReparent Medium lock list with children which have to be
Index: /trunk/src/VBox/Main/src-server/StorageControllerImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/StorageControllerImpl.cpp	(revision 65102)
+++ /trunk/src/VBox/Main/src-server/StorageControllerImpl.cpp	(revision 65103)
@@ -83,5 +83,7 @@
  * @param aParent       Pointer to our parent object.
  * @param aName         Name of the storage controller.
+ * @param aStorageBus   Type of the storage bus.
  * @param aInstance     Instance number of the storage controller.
+ * @param fBootable     Bootable flag.
  */
 HRESULT StorageController::init(Machine *aParent,
@@ -176,4 +178,6 @@
  *  the object passed as an argument.
  *
+ *  @param  aParent     Pointer to our parent object.
+ *  @param  aThat
  *  @param  aReshare
  *      When false, the original object will remain a data owner.
Index: /trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp	(revision 65102)
+++ /trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp	(revision 65103)
@@ -1175,5 +1175,5 @@
  * the "default default" machine folder has changed, and we now require
  * a full path always.
- * @param aPath
+ * @param   strPath
  * @return
  */
Index: /trunk/src/VBox/Main/src-server/USBControllerImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/USBControllerImpl.cpp	(revision 65102)
+++ /trunk/src/VBox/Main/src-server/USBControllerImpl.cpp	(revision 65103)
@@ -121,5 +121,5 @@
  * @param aParent       Pointer to our parent object.
  * @param aPeer         The object to share.
- *  @param  aReshare
+ * @param fReshare
  *      When false, the original object will remain a data owner.
  *      Otherwise, data ownership will be transferred from the original
Index: /trunk/src/VBox/Main/src-server/USBDeviceFilterImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/USBDeviceFilterImpl.cpp	(revision 65102)
+++ /trunk/src/VBox/Main/src-server/USBDeviceFilterImpl.cpp	(revision 65103)
@@ -83,6 +83,5 @@
  *  @param  aFilter     The filter.
  *  @param  aIdx        The field index.
- *  @param  aStr        The input string.
- *  @param  aName       The field name for use in the error string.
+ *  @param  aValue      The input string.
  *  @param  aErrStr     Where to return the error string on failure.
  *
@@ -278,4 +277,5 @@
  *
  *  @param aParent  Handle of the parent object.
+ *  @param aName    Name of the filter.
  */
 HRESULT USBDeviceFilter::init(USBDeviceFilters *aParent, IN_BSTR aName)
@@ -317,4 +317,6 @@
  *  the object passed as an argument.
  *
+ *  @param  aParent  Handle of the parent object.
+ *  @param  aThat
  *  @param  aReshare
  *      When false, the original object will remain a data owner.
@@ -778,5 +780,5 @@
  *
  *  @param  aIdx    The field index.
- *  @param  aStr    The new value.
+ *  @param  strNew  The new value.
  *
  *  @return COM status.
Index: /trunk/src/VBox/Main/src-server/USBProxyService.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/USBProxyService.cpp	(revision 65102)
+++ /trunk/src/VBox/Main/src-server/USBProxyService.cpp	(revision 65103)
@@ -543,5 +543,5 @@
  *
  * @param   aDevice     The device in question.
- * @param   aUSBDevice  The USB device structure.
+ * @param   pDev        The USB device structure.
  */
 void USBProxyService::i_deviceAdded(ComObjPtr<HostUSBDevice> &aDevice,
@@ -711,4 +711,5 @@
  * @returns COM status code (only parameter & state checks will fail).
  * @param   aDevice         The USB device to apply filters to.
+ * @param   llOpenedMachines The list of opened machines.
  * @param   aIgnoreMachine  The machine to ignore filters from (we've just
  *                          detached the device from this machine).
Index: /trunk/src/VBox/Main/src-server/VFSExplorerImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/VFSExplorerImpl.cpp	(revision 65102)
+++ /trunk/src/VBox/Main/src-server/VFSExplorerImpl.cpp	(revision 65103)
@@ -75,5 +75,10 @@
 /**
  * VFSExplorer COM initializer.
- * @param
+ * @param   aType       VFS type.
+ * @param   aFilePath   File path.
+ * @param   aHostname   Host name.
+ * @param   aUsername   User name.
+ * @param   aPassword   Password.
+ * @param   aVirtualBox VirtualBox object.
  * @return
  */
@@ -125,5 +130,5 @@
 /**
  * Public method implementation.
- * @param
+ * @param   aPath   Where to store the path.
  * @return
  */
Index: /trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp	(revision 65102)
+++ /trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp	(revision 65103)
@@ -666,9 +666,10 @@
  * continue to work as before.
  *
- * @param uuidMachineRegistry The UUID of the media registry. This is either the
+ * @param uuidRegistry The UUID of the media registry. This is either the
  *       transient UUID created at VirtualBox startup for the global registry or
  *       a machine ID.
  * @param mediaRegistry The XML settings structure to load, either from VirtualBox.xml
  *       or a machine XML.
+ * @param strMachineFolder The folder of the machine.
  * @return
  */
@@ -3623,4 +3624,5 @@
  * @param uuid UUID to search for; must refer to a host drive or an image file or be null.
  * @param fRefresh Whether to refresh the list of host drives in IHost (see Host::getDrives())
+ * @param aSetError
  * @param pMedium out: IMedium object found.
  * @return
Index: /trunk/src/VBox/Main/webservice/vboxweb.cpp
===================================================================
--- /trunk/src/VBox/Main/webservice/vboxweb.cpp	(revision 65102)
+++ /trunk/src/VBox/Main/webservice/vboxweb.cpp	(revision 65103)
@@ -2190,6 +2190,7 @@
  * Preconditions: Caller must have locked g_pWebsessionsLockHandle.
  *
- * @param strId
- * @param iter
+ * @param   id
+ * @param   pRef
+ * @param   fNullAllowed
  * @return
  */
