MaketRandevu/data/scripts/jsdoc/test/fixtures/variations3.js

15 lines
174 B
JavaScript

/**
* @constructor
*/
someObject = function() {}
/**
* @constructor
* @variation 2
*/
someObject = function() {}
/**
* @memberof someObject(2)
*/
someMethod = function() {}