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

3 lines
100 B
JavaScript
Raw Normal View History

2014-10-20 16:56:45 -04:00
/** Inline Comment 1 */ this.test = function(){}
/** Inline Comment 2 */ this.test2 = function(){};