summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Rousseau <ludovic.rousseau@gmail.com>2014-12-16 21:47:44 +0100
committerLudovic Rousseau <ludovic.rousseau@gmail.com>2014-12-16 21:49:19 +0100
commitde6130dc0d09d1416ca7f5bc6af80c04b2e2f840 (patch)
treed338354b9d44ea5118ba0ae764dbf3009f457117
parente82c9b2b46828ef590a66ab5a8aa629ddfacbfe2 (diff)
downloadlibusb-de6130dc0d09d1416ca7f5bc6af80c04b2e2f840.tar.gz
Doxygen: fix a duplicate label
libusb/hotplug.c:46: warning: multiple use of section label 'intro' while adding section, (first occurrence: libusb/core.c, line 79) Use label "hotplug_intro" instead of "intro"
-rw-r--r--libusb/hotplug.c2
-rw-r--r--libusb/version_nano.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libusb/hotplug.c b/libusb/hotplug.c
index eba8f98..9ecb2c7 100644
--- a/libusb/hotplug.c
+++ b/libusb/hotplug.c
@@ -43,7 +43,7 @@
*
* \page hotplug Device hotplug event notification
*
- * \section intro Introduction
+ * \section hotplug_intro Introduction
*
* Version 1.0.16, \ref LIBUSB_API_VERSION >= 0x01000102, has added support
* for hotplug events on <b>some</b> platforms (you should test if your platform
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index f038975..ec29ede 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10927
+#define LIBUSB_NANO 10928