aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean McBride <sean@rogue-research.com>2013-07-26 14:13:40 -0400
committerhjelmn <Nathan Hjelm hjelmn@cs.unm.edu>2013-07-30 10:44:02 -0600
commitea6c827af035b279fd6bbbcc2e8093766ed57367 (patch)
treefdfc8909cfcd066ec4e3c4bff2da58f09535ed94
parent4d198fe0cf7beac79ace20f12f8ddc0d84b10516 (diff)
downloadandroid_external_libusbx-ea6c827af035b279fd6bbbcc2e8093766ed57367.tar.gz
android_external_libusbx-ea6c827af035b279fd6bbbcc2e8093766ed57367.tar.bz2
android_external_libusbx-ea6c827af035b279fd6bbbcc2e8093766ed57367.zip
fixed some clang -Wdocumentation warnings from bad doxygen markup
-rw-r--r--libusb/libusb.h4
-rw-r--r--libusb/strerror.c2
-rw-r--r--libusb/version_nano.h2
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