From: Alan Knowles Date: Thu, 24 Jan 2019 06:59:35 +0000 (+0800) Subject: Fix #5682 - fix path in title of source file X-Git-Tag: release-1.5~33 X-Git-Url: http://git.roojs.org/?p=roojspacker;a=commitdiff_plain;h=566fcb1bc39ca9b0f0421cfa4cec75253aa63576 Fix #5682 - fix path in title of source file --- diff --git a/src/jsdoc/DocBuilder.vala b/src/jsdoc/DocBuilder.vala index 3afceb0..bc281c5 100644 --- a/src/jsdoc/DocBuilder.vala +++ b/src/jsdoc/DocBuilder.vala @@ -762,7 +762,7 @@ namespace JSDOC FileUtils.set_contents( tmp, "" + - "" + sourceFile + "" + + "" + this.srcFileRelName(sourceFile) + "" + "" + "" + pretty +