documentation

This commit is contained in:
Audrey Diacre 2012-01-31 10:02:38 +00:00
parent 3d393e58a9
commit 908fa416bf

View file

@ -4,7 +4,7 @@
* @section intro_sec Introduction
* 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
* <a href="http://www.libnfc.org">libusb homepage</a>.
* <a href="http://www.libnfc.org">libnfc homepage</a>.
*
* @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.
@ -17,7 +17,7 @@
*
* \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
* which are listed on the \ref error "Error reporting" documentation page.
*