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.
Tom Poole 67486d47e0 Fixed some Doxygen warnings 5 years ago
..
Doxyfile Fixed some Doxygen warnings 5 years ago
Makefile Updated the README for generating offline Doxygen docs 5 years ago
README.txt Updated the README for generating offline Doxygen docs 5 years ago
make.bat Updated the README for generating offline Doxygen docs 5 years ago
process_source_files.py Documentation: Fixed a Doxygen generation issue 5 years ago

README.txt

The JUCE API Reference
======================

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

Dependencies
------------

- doxygen
- python
- graphviz (to generate inheritance diagrams)

Make sure that all the dependencies can be found on your PATH.

Building
--------

- cd into this directory on the command line
- run `make`

Doxygen will create a new subfolder "doc". Open doc/index.html in your browser
to access the generated HTML documentation.