diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-03-29 13:32:36 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-03-29 13:32:36 +0000 |
commit | 9257f4ab8ea8ade1df5b576c114f715302051cc6 (patch) | |
tree | d3c30d0fec346836104080345693ac8d1f157cc8 /LUFA/Drivers/USB/Class/Common/StillImage.h | |
parent | 0557676013f41487701a8951d3dbb4aee3117882 (diff) | |
download | lufa-9257f4ab8ea8ade1df5b576c114f715302051cc6.tar.gz lufa-9257f4ab8ea8ade1df5b576c114f715302051cc6.tar.bz2 lufa-9257f4ab8ea8ade1df5b576c114f715302051cc6.zip |
Add briefs for the library core structures.
Diffstat (limited to 'LUFA/Drivers/USB/Class/Common/StillImage.h')
-rw-r--r-- | LUFA/Drivers/USB/Class/Common/StillImage.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/LUFA/Drivers/USB/Class/Common/StillImage.h b/LUFA/Drivers/USB/Class/Common/StillImage.h index 4b0faac35..1648431d6 100644 --- a/LUFA/Drivers/USB/Class/Common/StillImage.h +++ b/LUFA/Drivers/USB/Class/Common/StillImage.h @@ -31,6 +31,8 @@ /** \file
* \brief Common definitions and declarations for the library USB Still Image Class driver.
*
+ * Common definitions and declarations for the library USB Still Image Class driver.
+ *
* \note This file should not be included directly. It is automatically included as needed by the class driver
* dispatch header located in LUFA/Drivers/USB/Class/StillImage.h.
*/
@@ -120,7 +122,9 @@ };
/* Type Defines: */
- /** Type define for a PIMA container, use to send commands and receive responses to and from an
+ /** \brief PIMA Still Image Device Command/Response Container.
+ *
+ * Type define for a PIMA container, use to send commands and receive responses to and from an
* attached Still Image device.
*/
typedef struct
|