diff options
-rw-r--r-- | libusb/libusb.h | 4 | ||||
-rw-r--r-- | libusb/strerror.c | 2 | ||||
-rw-r--r-- | libusb/version_nano.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/libusb/libusb.h b/libusb/libusb.h index e8e1201..875b6f1 100644 --- a/libusb/libusb.h +++ b/libusb/libusb.h @@ -150,7 +150,7 @@ typedef unsigned __int32 uint32_t; extern "C" { #endif -/** \def libusb_cpu_to_le16 +/** \fn libusb_cpu_to_le16 * \ingroup misc * Convert a 16-bit value from host-endian to little-endian format. On * little endian systems, this function does nothing. On big endian systems, @@ -1877,7 +1877,7 @@ typedef enum { * * Since version 1.0.16, \ref LIBUSBX_API_VERSION >= 0x01000102 * - * \param libusb_context context of this notification + * \param ctx context of this notification * \param device libusb_device this event occurred on * \param event event that occurred * \param user_data user data provided when this callback was registered diff --git a/libusb/strerror.c b/libusb/strerror.c index a3c3afa..0212df8 100644 --- a/libusb/strerror.c +++ b/libusb/strerror.c @@ -53,7 +53,7 @@ static size_t usbi_locale = 0; * } * };\endcode </li> * <li> Translate each of the English messages from the section you copied into your language </li> - * <li> Save the file (in UTF-8 format) and send it to \c libusbx-devel@lists.sourceforge.net </li> + * <li> Save the file (in UTF-8 format) and send it to \c libusbx-devel\@lists.sourceforge.net </li> * </ol> */ diff --git a/libusb/version_nano.h b/libusb/version_nano.h index bba8538..6595428 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 10793 +#define LIBUSB_NANO 10794 |