/ckdoc

Primary LanguageC++

ckdoc

Automated documentation generator for the ChucK music programming language.

Instructions

git clone https://github.com/spencersalazar/ckdoc.git
cd ckdoc
git submodule update --init
make osx # or make linux or make win32 depending on your OS
make docs

At this point the generated docs will be in the doc directory.