Index: /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp	(revision 56551)
+++ /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp	(revision 56552)
@@ -496,5 +496,5 @@
         rc = mGuest->init(this);
         AssertComRCReturnRC(rc);
-    
+
         ULONG cCpus = 1;
         rc = mMachine->COMGETTER(CPUCount)(&cCpus);
@@ -1105,5 +1105,5 @@
             guestJudgement = AuthGuestNotReacted;
 
-            // @todo r=dj locking required here for m_pVMMDev?
+            /** @todo r=dj locking required here for m_pVMMDev? */
             PPDMIVMMDEVPORT pDevPort;
             if (    (m_pVMMDev)
@@ -1255,5 +1255,5 @@
     }
 
-    // @todo r=dj locking required here for m_pVMMDev?
+    /** @todo r=dj locking required here for m_pVMMDev? */
     if (   fProvideGuestCredentials
         && m_pVMMDev)
@@ -1330,5 +1330,5 @@
         pPort->pfnVRDPChange(pPort,
                              true,
-                             VRDP_EXPERIENCE_LEVEL_FULL); // @todo configurable
+                             VRDP_EXPERIENCE_LEVEL_FULL); /** @todo configurable */
     }
 
