Open GoogleCodeExporter opened 9 years ago
I've wanted to add an in-code documentation system for some time now. I'd
prefer to use one of the standard systems rather than a home-brew. I'd also
like to use one that integrates well with the ANT build.
That said, since you've done the work and appear willing to support it, I'm in
favor integrating your changes. It's possible in the future we might want to
switch to another JSDoc format, but given that we've gone this long without
adding one it could be quite a while before we switch.
We'll have to merge the comments into the iui.js from the msgilligan-iscroll
branch at some point, too.
Original comment by msgilli...@gmail.com
on 11 Jun 2010 at 3:01
> I'd prefer to use one of the standard systems rather than a home-brew
Agreed, jsdoc-toolkit (v2) would be my preference (runs on Rhino's Javascript
engine, which I think GAE includes -- or something close to it). It includes a
templating system, so the output is very flexible -- I like the CodeView
template (http://www.thebrightlines.com/article-data/images/codeview-1.jpg),
but we'd probably want to modify the template (or create one) to match the new
site.
Original comment by PeterAndJessica@gmail.com
on 11 Jun 2010 at 5:44
I've committed the code to Hg. I'm happy with the current solution for now,
let's go with it!
jsdoc-toolkit could be a good solution. Rhino-based should makes it work well
with ANT. I'm also interested in trying to "compile" iUI with Google's closure
compiler.
Original comment by msgilli...@gmail.com
on 11 Jun 2010 at 10:14
Original issue reported on code.google.com by
PeterAndJessica@gmail.com
on 3 Jun 2010 at 9:59Attachments: