Doxygen: fix a duplicate label
authorLudovic Rousseau <ludovic.rousseau@gmail.com>
Tue, 16 Dec 2014 20:50:19 +0000 (21:50 +0100)
committerLudovic Rousseau <ludovic.rousseau@gmail.com>
Tue, 16 Dec 2014 20:51:01 +0000 (21:51 +0100)
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
libusb/version_nano.h

index 2bc122c..9cf38f8 100644 (file)
@@ -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.
index ec29ede..5a60da3 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 10928
+#define LIBUSB_NANO 10929