nasser / zajal

Experimental creative coding framework
MIT License
161 stars 10 forks source link

Online documentation broken #51

Closed nasser closed 11 years ago

nasser commented 13 years ago

The scripts in util/docs aren't generating working documentation anymore. yard server reports Could not find object: ... all requests.

e.g.

/                => Could not find object: Zajal
/Graphics        => Could not find object: Zajal::Graphics
/Graphics:square => Could not find object: Zajal::Graphics#square
nasser commented 12 years ago

Temporary fix in place for a while, working on a full replacement with @chrisdriscoll.

YARD has proved difficult to theme to Zajal's needs, so an alternative documentation system is in the works that uses YARD's C/Ruby parser but handles theming and documentation syntax differently.