documentation/test/fixture/sync/trailing.input.js
2016-05-22 19:45:32 -04:00

19 lines
206 B
JavaScript

/**
* ONE
* @returns {number} something
*/
function fooBar() {
return 1;
}
/**
* TWO
* @returns {number} something
*/
function fooBaz() {
return 2;
}
/**
* this is a type
* @class Something
*/