From: Alan Knowles Date: Tue, 17 Jan 2012 04:16:55 +0000 (+0800) Subject: JSDOC/Packer.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=ea2417f19cf950695a0c6ec5f5cca3d273425723 JSDOC/Packer.js --- diff --git a/JSDOC/Packer.js b/JSDOC/Packer.js index 79ad2a8..efb05c6 100644 --- a/JSDOC/Packer.js +++ b/JSDOC/Packer.js @@ -347,8 +347,10 @@ Packer.prototype = { print("using MIN FILE "+ minfile); if (str.length) { if (this.target) { + File.append(this.target, '//' + file + "\n"); File.append(this.target, str + "\n"); } else { + this.out += '//' + file + "\n"; this.out += str + "\n"; }