1. add some comments for structures

2. refined doxgen format comments.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6803 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff
2008-12-02 08:15:14 +00:00
parent 1fc0ee170c
commit 427987f5bc
9 changed files with 443 additions and 377 deletions

View File

@@ -334,6 +334,7 @@ typedef enum {
#pragma pack(1)
///
/// Descriptor header for Report/Physical Descriptors
/// HID 1.1, section 6.2.1
///
typedef struct hid_class_descriptor {
UINT8 DescriptorType;
@@ -343,6 +344,7 @@ typedef struct hid_class_descriptor {
///
/// The HID descriptor identifies the length and type
/// of subordinate descriptors for a device.
/// HID 1.1, section 6.2.1
///
typedef struct hid_descriptor {
UINT8 Length;