VirtualBox

Ignore:
Timestamp:
Oct 23, 2009 12:16:55 PM (15 years ago)
Author:
vboxsync
Message:

VBoxManageStorageController.cpp: Don't use doxygen comments (/ */) for normal code comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp

    r23967 r24026  
    254254    {
    255255        {
    256             /**
     256            /*
    257257             * try to determine the type of the drive from the
    258258             * storage controller chipset, the attachment and
     
    263263            if (ctlType == StorageControllerType_I82078)
    264264            {
    265                 /**
     265                /*
    266266                 * floppy controller found so lets assume the medium
    267267                 * given by the user is also a floppy image or floppy
     
    272272            else
    273273            {
    274                 /**
     274                /*
    275275                 * for SATA/SCSI/IDE it is hard to tell if it is a harddisk or
    276276                 * a dvd being attached so lets check if the medium attachment
     
    299299                        if (dvdMedium)
    300300                        {
    301                             /**
     301                            /*
    302302                             * ok so the medium and attachment both are DVD's so it is
    303303                             * safe to assume that we are dealing with a DVD here
     
    319319                        if (hardDisk)
    320320                        {
    321                             /**
     321                            /*
    322322                             * ok so the medium and attachment both are hdd's so it is
    323323                             * safe to assume that we are dealing with a hdd here
     
    851851
    852852#endif /* !VBOX_ONLY_DOCS */
     853
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette