Index: /trunk/Doxyfile.Core
===================================================================
--- /trunk/Doxyfile.Core	(revision 65121)
+++ /trunk/Doxyfile.Core	(revision 65122)
@@ -560,5 +560,6 @@
     VMMRZ_INT_DECL(type)=type \
     GMMR0DECL(type)=type \
-    GMMR3DECL(type)=type 
+    GMMR3DECL(type)=type \
+    VBOX_DND_FN_DECL_LOG(x)=x
 
 # BS3Kit
Index: /trunk/src/VBox/Additions/WINNT/Installer/VBoxDrvInst.cpp
===================================================================
--- /trunk/src/VBox/Additions/WINNT/Installer/VBoxDrvInst.cpp	(revision 65121)
+++ /trunk/src/VBox/Additions/WINNT/Installer/VBoxDrvInst.cpp	(revision 65122)
@@ -505,5 +505,5 @@
  * @param   pszSubKey           Sub key containing the list.
  * @param   pszKeyValue         The actual key name of the list.
- * @param   pszValueToRemove    The value to add to the list.
+ * @param   pszValueToAdd       The value to add to the list.
  * @param   uiOrder             Position (zero-based) of where to add the value to the list.
  */
Index: /trunk/src/VBox/Additions/WINNT/Mouse/NT4/VBoxPS2NT.cpp
===================================================================
--- /trunk/src/VBox/Additions/WINNT/Mouse/NT4/VBoxPS2NT.cpp	(revision 65121)
+++ /trunk/src/VBox/Additions/WINNT/Mouse/NT4/VBoxPS2NT.cpp	(revision 65122)
@@ -191,5 +191,5 @@
     CM_PARTIAL_RESOURCE_DESCRIPTOR KbdInt;
     CM_PARTIAL_RESOURCE_DESCRIPTOR MouInt;
-    BOOLEAN               fFloatSave;                   /**< weather to save floating point context */
+    BOOLEAN               fFloatSave;                   /**< whether to save floating point context */
     USHORT                iResend;                      /**< number of retries allowed */
     USHORT                PollingIterations;            /**< number of polling iterations */
Index: /trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProvUtils.cpp
===================================================================
--- /trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProvUtils.cpp	(revision 65121)
+++ /trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProvUtils.cpp	(revision 65122)
@@ -36,5 +36,5 @@
  * Displays a verbose message.
  *
- * @param   iLevel      Minimum log level required to display this message.
+ * @param   dwLevel     Minimum log level required to display this message.
  * @param   pszFormat   The message text.
  * @param   ...         Format arguments.
Index: /trunk/src/VBox/Additions/WINNT/VBoxGINA/Helper.cpp
===================================================================
--- /trunk/src/VBox/Additions/WINNT/VBoxGINA/Helper.cpp	(revision 65121)
+++ /trunk/src/VBox/Additions/WINNT/VBoxGINA/Helper.cpp	(revision 65122)
@@ -38,5 +38,5 @@
  * Displays a verbose message.
  *
- * @param   iLevel      Minimum log level required to display this message.
+ * @param   dwLevel     Minimum log level required to display this message.
  * @param   pszFormat   The message text.
  * @param   ...         Format arguments.
Index: /trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp
===================================================================
--- /trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp	(revision 65121)
+++ /trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp	(revision 65122)
@@ -1655,5 +1655,4 @@
  * @param   pEnv                        The DnD service's environment.
  * @param   ppInstance                  The instance pointer which refer to this object.
- * @param   pfStartThread               Pointer to flag whether the DnD service can be started or not.
  */
 DECLCALLBACK(int) VBoxDnDInit(const PVBOXSERVICEENV pEnv, void **ppInstance)
Index: /trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp
===================================================================
--- /trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp	(revision 65121)
+++ /trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp	(revision 65122)
@@ -347,4 +347,5 @@
  * @param  offVRAMGuestHeapMemory  the offset of the memory pointed to by
  *                                 @a pvGuestHeapMemory within the video RAM
+ * @param  pEnv                    HGSMI environment.
  */
 DECLHIDDEN(int) VBoxHGSMISetupGuestContext(PHGSMIGUESTCOMMANDCONTEXT pCtx,
@@ -555,4 +556,5 @@
  *
  * @returns  success or failure
+ * @param  pCtx      the context containing the heap to be used
  * @param  fFlags    cursor flags, @see VMMDevReqMousePointer::fFlags
  * @param  cHotX     horizontal position of the hot spot
Index: /trunk/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp
===================================================================
--- /trunk/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp	(revision 65121)
+++ /trunk/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp	(revision 65122)
@@ -224,4 +224,5 @@
  * initialised first using @a VBoxHGSMISendViewInfo and if the mode is being
  * set on the first display then it must be set first using registers.
+ * @param  pCtx      The context containing the heap to use.
  * @param  cDisplay  the screen number
  * @param  cOriginX  the horizontal displacement relative to the first screen
@@ -234,4 +235,5 @@
  * @param  cHeight   the mode height
  * @param  cBPP      the colour depth of the mode
+ * @param  fFlags    flags
  */
 DECLHIDDEN(void) VBoxHGSMIProcessDisplayInfo(PHGSMIGUESTCOMMANDCONTEXT pCtx,
@@ -321,5 +323,5 @@
  * @param  pCtx      the context containing the heap to use
  * @param  cScreens  the number of screens to query hints for, starting at 0.
- * @param  pHints    array of VBVAMODEHINT structures for receiving the hints.
+ * @param  paHints   array of VBVAMODEHINT structures for receiving the hints.
  * @returns  iprt status code
  * @returns  VERR_NO_MEMORY      HGSMI heap allocation failed.
Index: /trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp
===================================================================
--- /trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp	(revision 65121)
+++ /trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp	(revision 65122)
@@ -2814,5 +2814,5 @@
  *
  * @returns Converted Atom-based drag'n drop action.
- * @param   uActions                HGCM drag'n drop actions to convert.
+ * @param   uAction                 HGCM drag'n drop actions to convert.
  */
 /* static */
@@ -2871,5 +2871,5 @@
  *
  * @returns ORed HGCM action list.
- * @param   actionsList             List of Atom-based actions to convert.
+ * @param   lstActions              List of Atom-based actions to convert.
  */
 /* static */
Index: /trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.h
===================================================================
--- /trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.h	(revision 65121)
+++ /trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.h	(revision 65122)
@@ -203,6 +203,6 @@
     /**
      * Initialise the guest and ensure that it is capable of handling seamless mode
-     * @param   pHost Host interface callback to notify of window configuration
-     *                changes.
+     * @param   pHostCallback Host interface callback to notify of window configuration
+     *                        changes.
      *
      * @returns iprt status code
Index: /trunk/src/VBox/Additions/x11/vboxvideo/vbva.c
===================================================================
--- /trunk/src/VBox/Additions/x11/vboxvideo/vbva.c	(revision 65121)
+++ /trunk/src/VBox/Additions/x11/vboxvideo/vbva.c	(revision 65122)
@@ -36,5 +36,5 @@
  * rectangles in the video buffer.
  *
- * @param pScreen pointer to the information structure for the current
+ * @param pScrn   pointer to the information structure for the current
  *                screen
  * @param iRects  Number of dirty rectangles to update
