From de6130dc0d09d1416ca7f5bc6af80c04b2e2f840 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Tue, 16 Dec 2014 21:47:44 +0100 Subject: 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" --- libusb/hotplug.c | 2 +- libusb/version_nano.h | 2 +- 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 some 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 -- cgit v1.2.3