summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Rousseau <ludovic.rousseau@gmail.com>2014-12-16 21:50:19 +0100
committerLudovic Rousseau <ludovic.rousseau@gmail.com>2014-12-16 21:51:01 +0100
commit7e725e556a1a17f256878517c345e702f4a5858b (patch)
tree29af637763d1ed228f088c6fba4ea47070ccaffb
parentde6130dc0d09d1416ca7f5bc6af80c04b2e2f840 (diff)
downloadlibusb-7e725e556a1a17f256878517c345e702f4a5858b.tar.gz
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"
-rw-r--r--libusb/io.c2
-rw-r--r--libusb/version_nano.h2
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