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.
tpoole 3616dae64c Doxygen: Don't create groups for "native" directories 7 years ago
..
Doxyfile Doxygen: Removed duplicated Doxygen configuration 7 years ago
Makefile Added a script to create Doxygen groups for modules 7 years ago
README.txt Added a script to create Doxygen groups for modules 7 years ago
process_source_files.py Doxygen: Don't create groups for "native" directories 7 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 `make`
4. doxygen will create a new subfolder "doc" - open doc/index.html in your browser to access the generated HTML documentation