You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you be interested in a port of jodoc to javascript using node?
I've been working on a similar inline doc system using markdown but based on showdown.js. I use /*** ... ***/ as special comment markers so it leaves /** ... */ javadoc style comments in place and I mark up the actual live JS files by preprocessing them before passing them to my hacked showdown.js. Your joDoc system is far more mature and complete in that it creates linked indexes. I'm still learning JS and node'isms but I'd love to "port" my markdown js hack to a Jo-like style and include all or most of jodoc functionality as a single file node script (no deps other than the node binary, certainly no perl or ruby etc.)
The text was updated successfully, but these errors were encountered:
Check out Dan Freedman's efforts. He has a good start to a node.js port of joDoc over here http://bit.ly/exwmu4 (Dan is also responsible for beating the perl into shape for this version of joDoc!)
Would you be interested in a port of jodoc to javascript using node?
I've been working on a similar inline doc system using markdown but based on showdown.js. I use
/*** ... ***/
as special comment markers so it leaves/** ... */
javadoc style comments in place and I mark up the actual live JS files by preprocessing them before passing them to my hacked showdown.js. Your joDoc system is far more mature and complete in that it creates linked indexes. I'm still learning JS and node'isms but I'd love to "port" my markdown js hack to a Jo-like style and include all or most of jodoc functionality as a single file node script (no deps other than the node binary, certainly no perl or ruby etc.)The text was updated successfully, but these errors were encountered: