X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JsTemplate%2FLink.js;h=d4cec0df2e448b21fb0d77f9c2c7edcb29765136;hp=993f4a17bfe44fbafe8396da8df192c57eedd02d;hb=396ddd8e8de18761ffffca689932d3c90ece298f;hpb=a315af71d76080d436037a683f2f8940ebb67f8a diff --git a/JsTemplate/Link.js b/JsTemplate/Link.js index 993f4a1..d4cec0d 100644 --- a/JsTemplate/Link.js +++ b/JsTemplate/Link.js @@ -159,7 +159,7 @@ Link = XObject.define( var outFilePath = Link.base + '/symbols/' + srcFile.replace(/.js$/, '') + imports.JSDOC.Options.Options.publishExt; - if (!this.text) this.text = FilePath.fileName(srcFilePath); + if (!this.text) this.text = srcFilePath; //FilePath.fileName(srcFilePath); return ""+this.text+""; },