jsdoc/test/fixtures/classtag.js
2014-03-04 13:47:57 -08:00

13 lines
156 B
JavaScript

/**
Describe the Ticker class here.
@class
*/
var Ticker = function() {
};
/**
Describe the NewsSource class here.
@class NewsSource
*/