X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FPacker.js;h=1de66f772970014c8f6e4b4146f655310f557105;hb=8cf7cc8fbe1e9ecc71262766af1c803bf769e127;hp=c60f0893272ef795550a95a990a5874870895404;hpb=b1a8501ebc3a075d73e8420f30815c977ac393b1;p=gnome.introspection-doc-generator diff --git a/JSDOC/Packer.js b/JSDOC/Packer.js index c60f089..1de66f7 100644 --- a/JSDOC/Packer.js +++ b/JSDOC/Packer.js @@ -132,12 +132,12 @@ Packer.prototype = { lines.forEach(function(f) { if (/^\s*\//.test(f) || !/[a-z]+/i.test(f)) { // skip comments.. - continue; + return; } if (/\.js$/.test(f)) { _this.files.push( f); // js file.. - continue; + return; } //println("ADD"+ f.replace(/\./g, '/'));