From 7e725e556a1a17f256878517c345e702f4a5858b Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Tue, 16 Dec 2014 21:50:19 +0100 Subject: [PATCH] Doxygen: fix a duplicate label libusb/io.c:46: warning: multiple use of section label 'intro' while adding section, (first occurrence: libusb/core.c, line 79) Use label "io_intro" instead of "intro" --- libusb/io.c | 2 +- libusb/version_nano.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libusb/io.c b/libusb/io.c index 2bc122c..9cf38f8 100644 --- a/libusb/io.c +++ b/libusb/io.c @@ -43,7 +43,7 @@ /** * \page io Synchronous and asynchronous device I/O * - * \section intro Introduction + * \section io_intro Introduction * * If you're using libusb in your application, you're probably wanting to * perform I/O with devices - you want to perform USB data transfers. diff --git a/libusb/version_nano.h b/libusb/version_nano.h index ec29ede..5a60da3 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 10928 +#define LIBUSB_NANO 10929 -- 2.7.4