Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp	(revision 24025)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp	(revision 24026)
@@ -254,5 +254,5 @@
     {
         {
-            /**
+            /*
              * try to determine the type of the drive from the
              * storage controller chipset, the attachment and
@@ -263,5 +263,5 @@
             if (ctlType == StorageControllerType_I82078)
             {
-                /**
+                /*
                  * floppy controller found so lets assume the medium
                  * given by the user is also a floppy image or floppy
@@ -272,5 +272,5 @@
             else
             {
-                /**
+                /*
                  * for SATA/SCSI/IDE it is hard to tell if it is a harddisk or
                  * a dvd being attached so lets check if the medium attachment
@@ -299,5 +299,5 @@
                         if (dvdMedium)
                         {
-                            /**
+                            /*
                              * ok so the medium and attachment both are DVD's so it is
                              * safe to assume that we are dealing with a DVD here
@@ -319,5 +319,5 @@
                         if (hardDisk)
                         {
-                            /**
+                            /*
                              * ok so the medium and attachment both are hdd's so it is
                              * safe to assume that we are dealing with a hdd here
@@ -851,2 +851,3 @@
 
 #endif /* !VBOX_ONLY_DOCS */
+
