core: fix Doxygen warning
authorLudovic Rousseau <ludovic.rousseau+github@gmail.com>
Fri, 6 Dec 2013 15:56:16 +0000 (16:56 +0100)
committerLudovic Rousseau <ludovic.rousseau+github@gmail.com>
Fri, 6 Dec 2013 16:02:49 +0000 (17:02 +0100)
libusbx/libusb/libusb.h:153: warning: no matching file member found for
libusb_cpu_to_le16()Possible candidates:
  static uint16_t libusb_cpu_to_le16(const uint16_t x)

Thanks to Serhat Sevki Dincer for the bug report
http://sourceforge.net/mailarchive/message.php?msg_id=31719691

libusb/libusb.h
libusb/version_nano.h

index da3f1ef..8267ee3 100644 (file)
@@ -150,7 +150,7 @@ typedef unsigned __int32  uint32_t;
 extern "C" {
 #endif
 
-/** \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,
index d88c0cc..c47324f 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 10851
+#define LIBUSB_NANO 10852