Doxygen: fix a duplicate label
authorLudovic Rousseau <ludovic.rousseau@gmail.com>
Tue, 16 Dec 2014 20:47:44 +0000 (21:47 +0100)
committerLudovic Rousseau <ludovic.rousseau@gmail.com>
Tue, 16 Dec 2014 20:49:19 +0000 (21:49 +0100)
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"

libusb/hotplug.c
libusb/version_nano.h

index eba8f98..9ecb2c7 100644 (file)
@@ -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
index f038975..ec29ede 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 10927
+#define LIBUSB_NANO 10928