JSDOC/Packer.js
[gnome.introspection-doc-generator] / JSDOC / Packer.js
index 79ad2a8..efb05c6 100644 (file)
@@ -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";
                 }