Add briefs for the library core structures.
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Host / MassStorage.h
index 8868c95..3dbf649 100644 (file)
@@ -31,6 +31,8 @@
 /** \file\r
  *  \brief Host mode driver for the library USB Mass Storage Class driver.\r
  *\r
+ *  Host mode driver for the library USB Mass Storage Class driver.\r
+ *\r
  *  \note This file should not be included directly. It is automatically included as needed by the class driver\r
  *        dispatch header located in LUFA/Drivers/USB/Class/MassStorage.h.\r
  */\r
@@ -71,7 +73,9 @@
                        #define MS_ERROR_LOGICAL_CMD_FAILED              0x80\r
        \r
                /* Type Defines: */\r
-                       /** Class state structure. An instance of this structure should be made within the user application,\r
+                       /** \brief Mass Storage Class Host Mode Configuration and State Structure.\r
+                        *\r
+                        *  Class state structure. An instance of this structure should be made within the user application,\r
                         *  and passed to each of the Mass Storage class driver functions as the MSInterfaceInfo parameter. This\r
                         *  stores each Mass Storage interface's configuration and state information.\r
                         */\r
                                                  */\r
                        } USB_ClassInfo_MS_Host_t;\r
                        \r
-                       /** SCSI capacity structure, to hold the total capacity of the device in both the number\r
+                       /** \brief SCSI Device LUN Capacity Structure.\r
+                        *\r
+                        *  SCSI capacity structure, to hold the total capacity of the device in both the number\r
                         *  of blocks in the current LUN, and the size of each block. This structure is filled by\r
                         *  the device when the MassStore_ReadCapacity() function is called.\r
                         */\r