mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-15 12:03:44 +00:00
documentation
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
* @section intro_sec Introduction
|
* @section intro_sec Introduction
|
||||||
* This is the developer manual for \b libnfc.
|
* This is the developer manual for \b libnfc.
|
||||||
* libnfc is an open source library that allows you to communicate with NFC devices. For more info, see the
|
* libnfc is an open source library that allows you to communicate with NFC devices. For more info, see the
|
||||||
* <a href="http://www.libnfc.org">libusb homepage</a>.
|
* <a href="http://www.libnfc.org">libnfc homepage</a>.
|
||||||
*
|
*
|
||||||
* @section quick_start_sec Quick start
|
* @section quick_start_sec Quick start
|
||||||
* If you are looking for libnfc's public API, you should start with the Modules page which links to the different categories of libnfc's functionality.
|
* If you are looking for libnfc's public API, you should start with the Modules page which links to the different categories of libnfc's functionality.
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
*
|
*
|
||||||
* \section errorhandling Error handling
|
* \section errorhandling Error handling
|
||||||
*
|
*
|
||||||
* libusb functions typically return 0 or more on success or a negative error code
|
* libnfc functions typically return 0 or more on success or a negative error code
|
||||||
* on failure. These negative error codes relate to LIBNFC_ERROR constants
|
* on failure. These negative error codes relate to LIBNFC_ERROR constants
|
||||||
* which are listed on the \ref error "Error reporting" documentation page.
|
* which are listed on the \ref error "Error reporting" documentation page.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user