wise9/enchant.js

suggestions for improving API documentation

Opened this issue · 2 comments

The API documentations haven't been updated in almost two years. It'd be nice if they were updated automatically. Also, the JsDoc Toolkit is no longer being actively developed. It is now JsDoc 3.

There is a grunt plugin for generating the documentation: https://github.com/krampstudio/grunt-jsdoc

I would also like to see a different template being used, besides Codeview. The jsdoc3Template looks nice. I think it would especially help out when you need to search for a specific method. It also displays the source code inline.

ping @wise9

EnchantJS is probably my favourite game library for JS, and it would be nice to see its documentation updated at the very least. see #292

Sorry to late response.
I updated API documentations show below.
http://wise9.github.io/enchant.js/doc/core/en/index.html

We will provide renewed reference using jsdoc3, but not soon. Please waiting for updating.