Tagged Questions

2
votes
1answer
24 views

Is there any offline javascript API document tool available like YARD for ruby does?

Mozilla online documentation are great, but sometimes I don't have the internet connection and reference in the o'reilly javascript definitive guide is also great but lack of the handy searchable ...
2
votes
1answer
175 views

is it possible to build a debugger around the java scripting engine?

we are using the java 6 scripting engine in our product, and now we are thinking on adding some debugging abilities. my question is: is it possible? does the java 6 scripting engine has the same ...
0
votes
1answer
20 views

How can i make this comments with jsdoc

how can i made this comment's properly using jsdoc. Any ideas??? /********************** * @variables : global variables ***************************/ var map; // this var handle the object related ...
0
votes
3answers
203 views

Is there a fork of docco that accommodates JSDoc style comments?

I'm looking at using docco for JavaScript documentation, but a lot of my existing codebase uses JSDoc style comments. Is there a fork of docco that parses both the typical style and JSDoc style ...
0
votes
2answers
670 views

Documentation generator tool for BOTH Javascript and PHP

Do you know about a tool to easily create documentation for both Javascript and PHP code? Something that takes comments in code similar to the one shown below: ...