X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FBuildDocs.js;h=3a6529b1bb5adc3f5775ebac3438995f84d3261b;hp=9d206910462f662b3cd4f5a2b90b6f02b5b02ed3;hb=a67931117fc1f532da5016752f7dd3c625ce25d3;hpb=67766489c88102cf1eab47d22582d52c05e51b46 diff --git a/JSDOC/BuildDocs.js b/JSDOC/BuildDocs.js index 9d20691..3a6529b 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) @@ -314,7 +314,12 @@ BuildDocs = { ); }, - + /** + * JSON files are lookup files for the documentation + * - can be used by IDE's or AJAX based doc tools + * + * + */ publishJSON : function(file, data) { // what we need to output to be usefull...