From 908fa416bf4fcccf444ddccf593b70f8b49dcc35 Mon Sep 17 00:00:00 2001 From: Audrey Diacre Date: Tue, 31 Jan 2012 10:02:38 +0000 Subject: [PATCH] documentation --- libnfc/additional-pages.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnfc/additional-pages.dox b/libnfc/additional-pages.dox index 658f352..339f845 100644 --- a/libnfc/additional-pages.dox +++ b/libnfc/additional-pages.dox @@ -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 - * libusb homepage. + * libnfc homepage. * * @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. *