Libnfc:API
From NFC Tools
(Difference between revisions)
m (Yobibe moved page Documentation:API to API without leaving a redirect) |
m (Yobibe moved page API to Libnfc:API without leaving a redirect) |
Revision as of 23:20, 9 December 2012
Contents |
Application Programming Interface
Since libnfc 1.3.0, we generate our code documentation using Doxygen.
Online browsing
You can browse libnfc's API here: http://www.libnfc.org/api
Download documentation
You can also download HTML generated API at usual place:
http://code.google.com/p/libnfc/downloads/list
Compile it yourself
If you are using the main tarball (i.e. not Windows one), you can generate locally the documentation this way:
./configure --enable-doc make doc