From: Alan Knowles Date: Fri, 16 Jul 2010 04:09:04 +0000 (+0800) Subject: JSDOC/BuildDocs.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=2b5f850fc8af9d231e4799789dfa29ca23e23c05 JSDOC/BuildDocs.js --- diff --git a/JSDOC/BuildDocs.js b/JSDOC/BuildDocs.js index 7a7633e..98db57f 100644 --- a/JSDOC/BuildDocs.js +++ b/JSDOC/BuildDocs.js @@ -271,7 +271,7 @@ BuildDocs = { // dump out a - this.publishJSON(Options.target+"/json/", symbol.alias+'.json', symbol) + this.publishJSON(Options.target+"/json/" + symbol.alias+'.json', symbol) @@ -320,7 +320,7 @@ BuildDocs = { // what we need to output to be usefull... // a) props.. var cfgProperties = []; - if (!data.comment || !data.comment.getTag('singleton').length) { + if (!data.comment.getTag('singleton').length) { cfgProperties = data.configToArray(); cfgProperties = cfgProperties.sort(makeSortby("name"));