Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as the new 1.7 Doxygen's default stylesheet is much better.
This commit is contained in:
parent
13ea700b35
commit
711542ee89
40 changed files with 140 additions and 687 deletions
|
@ -136,7 +136,7 @@
|
|||
* \param[in] reportitem HID Report Item whose retrieved value is to be aligned
|
||||
* \param[in] type Data type to align the HID report item's value to
|
||||
*
|
||||
* \return Left-aligned data of the given report item's pre-retrived value for the given datatype
|
||||
* \return Left-aligned data of the given report item's pre-retrieved value for the given datatype
|
||||
*/
|
||||
#define HID_ALIGN_DATA(reportitem, type) ((type)(reportitem->Value << ((8 * sizeof(type)) - reportitem->Attributes.BitSize)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue