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"
This commit is contained in:
Ludovic Rousseau
2014-12-16 21:50:19 +01:00
parent de6130dc0d
commit 7e725e556a
2 changed files with 2 additions and 2 deletions
+1 -1
View 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.
+1 -1
View File
@@ -1 +1 @@
#define LIBUSB_NANO 10928
#define LIBUSB_NANO 10929