|
Javadoc is a tool that helps building API documentation in HTML format from specific comments inside the .js files. It creates the documentation in easy to read HTML format, retrieving information from specific tags that must be manually added. A list of supported tags can be found here.
To allow developers to add Javadoc comments easily, JSEclipse provides code completion for the Javadoc comments, so that when the developer starts typing the starting @ symbol, a list of possible continuations will appear. The description for each entry is also displayed, as you select it:
Code completion for the Javadoc comments currently implements the standard set of tags available on the JavaDoc documentation page.