VSDoc alternative?

Posted by jonathanconway on Stack Overflow See other posts from Stack Overflow or by jonathanconway
Published on 2010-06-07T05:51:52Z Indexed on 2010/06/07 6:02 UTC
Read the original article Hit count: 375

VSDoc is an awesome way of commenting Javascript, and I particularly like the ability to make one Javascript file 'depend' on another. This paves the way for Javascript minifiers/combiners that take into account proper ordering of script includes.

The only thing that might bother some is that it's VS-Doc.

Are there any competing standards that are designed to be vendor-neutral?

And how widely is the VSDoc standard used by non-Microsoft IDEs such as Eclipse, etc?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about code-comments