jsdoc/test/fixtures/structtag.js

8 lines
70 B
JavaScript

/**
* Foo class.
*
* @constructor
* @struct
*/
function Foo() {}