documentation: add utils and examples and hide internal files.

This commit is contained in:
Audrey Diacre 2012-01-31 14:28:45 +00:00
parent 908fa416bf
commit 983d4932f3
7 changed files with 20 additions and 15 deletions

View file

@ -27,7 +27,10 @@
* Note that this license only applies on the examples, NFC library itself is under LGPL
*
*/
/**
* @file nfc-utils.c
* @brief Provide some examples shared functions like print, parity calculation, options parsing.
*/
#include <nfc/nfc.h>
#include <err.h>