Documentation View
The JSDoc functionality allows you to parse inline documentation for JavaScript source code in your project by opening it with '/**' and closing it with the standard */'. When using the function previously identified, the Documentation view shows the documentation of the JavaScript code including the parameters, returns, and exceptions. These are defined using tags ('@' - attributes). This documentation will also be added to functionalities such as Content Assist.
For more information on JSDoc see the JSDoc documentation (http://jsdoc.sourceforge.net/).
|
|
|
Related Links: |
|
|