문제

I really need a nice Javascript documentation generator for an upcoming Javascript library I'm working on. Obviously, I need documentation for my library in order for people to understand it. I'm having a lot of trouble finding a good library for documentation, I've looked at many different projects but they're not what I need.

Is there any nice documentation generators for Javascript that create a Rubydoc.info or YARD style documentation in Javascript? Thanks.

도움이 되었습니까?

해결책

http://jashkenas.github.com/docco/

Not exactly same as YARD style, but more natively for Javascript and less Javaish IMHO

다른 팁

There is also https://github.com/lsegal/yard-js.

Appears to be very experimental still and depends on the parsejs which is not available as a gem yet. But for JS projects that use some sort of class construct and do not mind the ruby dependency this direction might be worth pursuing.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top