| exports.something = { |
| log: function () { |
| |
| |
| //cc;1;top1({});2;frontman1,guitar1,solo1,albums1,guitar21;guitar21;top1({guitar21});ba,foo |
| |
| |
| //cc;1;new SomeCont().ncontains2({});2;frontman1,guitar1,solo1,albums1,guitar21;guitar21;new SomeCont().ncontains2({guitar21});ba,foo |
| |
| |
| //cc;1;new SomeCont().ncontains3({});2;vlastnost3,popis3,clovek3,pokus3;pokus3;new SomeCont().ncontains3({pokus3});ba,foo |
| |
| //cc;1;new SomeCont().ncontains5({});2;popis5,clovek5,pokus5;pokus5;new SomeCont().ncontains5({pokus5});ba,foo |
| |
| |
| } |
| } |
| /** |
| * Comment |
| * @param {popband} cc description |
| */ |
| function top1(cc) { |
| |
| } |
| |
| |
| /** |
| * Comment |
| * @param {AnotherOne~noo} cc7 description |
| */ |
| function top6(cc7) { |
| |
| } |
| |
| //cc;1;top6({});2;keyField,label,dataSource,kocka;kocka;top6({kocka});ba,foo |
| |
| |
| |
| function SomeCont() { |
| |
| /** |
| * |
| * @param {BluesBand} obj |
| * @returns {undefined} |
| */ |
| this.ncontains = function (obj) { |
| |
| }; |
| /** |
| * |
| * @param {popband} obj2 |
| * @returns {undefined} |
| */ |
| this.ncontains2 = function (obj2) { |
| |
| }; |
| |
| |
| |
| /** |
| * |
| * @param {nodeprop} obj3 |
| * @returns {undefined} |
| */ |
| this.ncontains3 = function (obj3) { |
| |
| }; |
| |
| |
| /** |
| * |
| * @param {NodeObj.propX} obj4 |
| * @returns {undefined} |
| */ |
| this.ncontains4 = function (obj4) { |
| |
| }; |
| |
| |
| /** |
| * |
| * @param {NodeTilda~propY} obj5 |
| * @returns {undefined} |
| */ |
| this.ncontains5 = function (obj5) { |
| |
| }; |
| |
| |
| /** |
| * |
| * @param {AnotherOne.noo} obj6 |
| * @returns {undefined} |
| */ |
| this.ncontains6 = function (obj6) { |
| |
| }; |
| } |