You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example code doesn't appear in parsed output. You may think "why would anyone need an example for an object literal?" but if the object has functions as values, you may want an example to give a high-level overview of the object. Related to #323
/**
* My description
*
* @example
* example code...
*
* @class MyObjectLiteral
* @static
*/
var MyObjectLiteral = {};
The text was updated successfully, but these errors were encountered:
Example code doesn't appear in parsed output. You may think "why would anyone need an example for an object literal?" but if the object has functions as values, you may want an example to give a high-level overview of the object. Related to #323
The text was updated successfully, but these errors were encountered: