1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/doxygen
2016-12-14 12:52:18 +00:00
..
Doxyfile Added C++11 functions to Doxygen 2016-12-14 12:52:18 +00:00
footer.html Added facility to generate the API reference of JUCE as offline HTML using Doxygen. 2015-08-10 15:32:28 +01:00
README.txt Added facility to generate the API reference of JUCE as offline HTML using Doxygen. 2015-08-10 15:32:28 +01:00

# The JUCE API Reference

From here, you can generate an offline HTML version of the JUCE API Reference.

How to:

1. install doxygen
2. cd into this directory on the command line
3. run doxygen (no additional arguments needed)
4. doxygen will create a new subfolder "doc". Open doc/index.html in your browser to access the generated HTML documentation.