A docset generator script for the JUCE library.
The docset is available here as a user-contributed docset for Dash.
- Doxygen
$ brew install doxygen
- ImageMagick
$ brew install imagemagick
docesetutil
is required but no longer shipped withXCode
. To make this work download the archive from here, put it in/Applications
, and then symlink thedocsetutil
binary, ie:
$ cd $(xcode-select -print-path)/usr/bin/
$ sudo ln -s /Applications/DocSetUtil/Developer/usr/bin/docsetutil
- Run
./make-docset.sh
. - The resulting docset will appear in
JUCE.docset
.