add some Doxygen documentation.
This commit is contained in:
parent
17c4a09c8f
commit
3d393e58a9
12 changed files with 174 additions and 56 deletions
|
|
@ -1,3 +1,8 @@
|
|||
/**
|
||||
* @file quick_start_example1.c
|
||||
* @brief Quick start example that presents how to use libnfc
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif // HAVE_CONFIG_H
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file nfc-poll
|
||||
* @file nfc-poll.c
|
||||
* @brief Polling example
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue