Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build API documentation with source #26

Closed
GoogleCodeExporter opened this issue Mar 14, 2015 · 2 comments
Closed

Build API documentation with source #26

GoogleCodeExporter opened this issue Mar 14, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

There are Doxygen comments in libnfc but actually, libnfc build systems
doesn't compile this documentation.

Original issue reported on code.google.com by romu...@libnfc.org on 24 Sep 2009 at 1:31

@GoogleCodeExporter
Copy link
Author

Original comment by romu...@libnfc.org on 24 Sep 2009 at 1:32

  • Added labels: Milestone-1.3.0

@GoogleCodeExporter
Copy link
Author

Since r150, we can build API documentation using Doxygen this way:
./configure --enable-doc || ./autogen.sh --enable-doc
make html
And you can found HTML index here:
ls doc/html/index.html

Hope that will replace online API documentation: more easy to maintain.

Original comment by romu...@libnfc.org on 20 Oct 2009 at 10:39

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant