jsdoc/test/cases/inlinecomment.js
2012-03-20 23:24:21 -07:00

3 lines
100 B
JavaScript

/** Inline Comment 1 */ this.test = function(){}
/** Inline Comment 2 */ this.test2 = function(){};