Ticket #145 (closed defect: fixed)
Opened 10 months ago
Last modified 10 months ago
Two typos in doc
| Reported by: | lisandrodnperezmeyer | Owned by: | stuge |
|---|---|---|---|
| Milestone: | Component: | libusb-1.0 | |
| Keywords: | Cc: | ||
| Blocked By: | Blocks: |
Description
In the doxygen description of typedef struct libusb_device libusb_device
the ref and unref calls are listed as libusb_device_ref() and libusb_device_unref() while they should be libusb_ref_device() and libusb_unref_device().
Change History
comment:1 Changed 10 months ago by stuge
- Owner set to stuge
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 455b2d98869826db7276ddb69ce7b73f1acc9f94/libusb: