From: Alan Knowles Date: Mon, 2 Nov 2015 09:42:54 +0000 (+0800) Subject: JSDOC/Packer.vala X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=180c6e292ed7c6aa3c72cddc75075547ab9ad065 JSDOC/Packer.vala --- diff --git a/JSDOC/Packer.vala b/JSDOC/Packer.vala index e9eaac2..54e4eca 100644 --- a/JSDOC/Packer.vala +++ b/JSDOC/Packer.vala @@ -343,8 +343,8 @@ namespace JSDOC } print("Output file: " + this.target); - if (this.debugTarget.length > 0) { - print("Output debug file: " + this.debugTarget); + if (this.targetDebug.length > 0) { + print("Output debug file: " + this.targetDebug); } @@ -370,9 +370,7 @@ namespace JSDOC tr.sepIdents = true; tr.collapseWhite = false; tr.filename = fn; - - this.timerPrint("START" + fn); - + // we can load translation map here... var toks = tr.tokenize(new TextStream(str)); // dont merge xxx + . + yyyy etc.