Index: /trunk/src/VBox/Main/include/GuestDnDPrivate.h
===================================================================
--- /trunk/src/VBox/Main/include/GuestDnDPrivate.h	(revision 86529)
+++ /trunk/src/VBox/Main/include/GuestDnDPrivate.h	(revision 86530)
@@ -930,5 +930,6 @@
     /** @}  */
 
-    /** @name Source / target management. */
+    /** @name Source / target management.
+     * @{ */
     int               registerSource(const ComObjPtr<GuestDnDSource> &Source);
     int               unregisterSource(const ComObjPtr<GuestDnDSource> &Source);
Index: /trunk/src/VBox/Main/include/HostUpdateImpl.h
===================================================================
--- /trunk/src/VBox/Main/include/HostUpdateImpl.h	(revision 86529)
+++ /trunk/src/VBox/Main/include/HostUpdateImpl.h	(revision 86530)
@@ -41,5 +41,5 @@
 private:
     /** @name wrapped IHostUpdate attributes and methods
-     * @ */
+     * @{ */
     HRESULT updateCheck(UpdateCheckType_T aCheckType, ComPtr<IProgress> &aProgress) RT_OVERRIDE;
     HRESULT getUpdateResponse(BOOL *aUpdateNeeded) RT_OVERRIDE;
@@ -59,5 +59,5 @@
 
     /** @name Data members.
-     * @{  */
+     * @{ */
     VirtualBox * const mVirtualBox;
     BOOL     m_updateNeeded;
