The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jules 2cecf92a0e Embedded the Apple CoreAudio support files inside the juce_audio_plugin module, so that users no longer need to install or patch these files themselves! 9 years ago
..
Doxyfile Embedded the Apple CoreAudio support files inside the juce_audio_plugin module, so that users no longer need to install or patch these files themselves! 9 years ago
README.txt Added facility to generate the API reference of JUCE as offline HTML using Doxygen. 9 years ago
footer.html Added facility to generate the API reference of JUCE as offline HTML using Doxygen. 9 years ago

README.txt

# 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.