node-query/node_modules/jsdoc/test/fixtures/variations3.js

15 lines
174 B
JavaScript
Raw Normal View History

2014-10-20 16:56:45 -04:00
/**
* @constructor
*/
someObject = function() {}
/**
* @constructor
* @variation 2
*/
someObject = function() {}
/**
* @memberof someObject(2)
*/
someMethod = function() {}