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/).

JSDocs View

 

 

Related Links:

Working with JSDoc

Developing with JavaScript

 

 

©1999-2013 Zend Technologies LTD. All rights reserved.