Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any similar JAVADOCS script/tool for Javascript files?

Trying to find a way to automate the API from javascript comments.

like image 976
qodeninja Avatar asked Nov 26 '09 00:11

qodeninja


People also ask

What are JSDoc comments?

JSDoc comments are used for documentation lookup with Ctrl+Q in JavaScript and TypeScript, see JavaScript documentation look-up and TypeScript documentation look-up, as well as for type annotations and method return type hints in chained methods.

What is JavaScript documentation?

The document object represents your web page. If you want to access any element in an HTML page, you always start with accessing the document object. Below are some examples of how you can use the document object to access and manipulate HTML.


1 Answers

The JSDoc project is no longer active, you should give a look to JsDoc Toolkit.

You might also want to check the following alternatives:

  • YUIDoc
  • PDoc
like image 85
Christian C. Salvadó Avatar answered Oct 25 '22 17:10

Christian C. Salvadó