Skip to content

Commit

Permalink
Doxygen: fix a duplicate label
Browse files Browse the repository at this point in the history
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"
  • Loading branch information
Ludovic Rousseau committed Dec 16, 2014
1 parent de6130d commit 7e725e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libusb/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libusb/version_nano.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define LIBUSB_NANO 10928
#define LIBUSB_NANO 10929

0 comments on commit 7e725e5

Please sign in to comment.