Open ghost opened 9 years ago
Compiled JS is absolutely fine. The whole idea behind my little "call to action" is to get in contact with a diverse range of JS sources, so this is perfect.
Will try to make it work over the weekend!
Hi there, sorry for keeping you waiting (I caught a nasty cold and wasn't really up to the task until now).
Funny thing: I tried running InchJS on the compiled source and the parser I intended to use (JSDoc) seems to misinterpret the @module
and @name
tags, which leads to this output where each code object is named like the module it is in:
$ inchjs list
# Seems really good
┃ A ↓ module:Repository in /build/src/repository/repository.js
┃ A ↓ module:Repository in /build/src/repository/repository.js
┃ A ↓ module:Repository in /build/src/repository/repository.js
┃ A ↓ module:Repository in /build/src/repository/repository.js
┃ A ↓ module:Repository in /build/src/repository/repository.js
[ ... snip ... ]
May I ask what you currently use to generate docs from the source?
So, actually eventric is a coffee-script project, but there is compiled javascript source available. Does this work too? Thanks for you efforts!