mirror of
https://github.com/RPCS3/libusb.git
synced 2026-07-01 13:13:20 -04:00
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:
+1
-1
@@ -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 @@
|
||||
#define LIBUSB_NANO 10928
|
||||
#define LIBUSB_NANO 10929
|
||||
|
||||
Reference in New Issue
Block a user