spencersalazar / ckdoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:C++ 83.2%Language:Makefile 10.7%Language:CSS 3.8%Language:Python 2.3%