-
Notifications
You must be signed in to change notification settings - Fork 4
API documentation
CppPhil edited this page Jan 8, 2017
·
2 revisions
The RIOTNerf project features an API documentation that can be generated using doxygen.
To install doxygen use
To launch doxygen you can simply use
as the application should be on your path after successful installation.
To generate the API documentation lauch doxygen as shown above. You may use the Doxyfile distributed in this repository. Change any settings you want, set the output directory for the documentation and start generating it. This process may take some time.
To use the HTML documentation open the index.html file.