From: Alan Knowles Date: Tue, 22 Jun 2010 14:37:58 +0000 (+0800) Subject: docs.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=7376856dcf57f0283a3174b9e3e0ab594829ee93 docs.js --- diff --git a/docs.js b/docs.js index 57d0a69..6af0dda 100644 --- a/docs.js +++ b/docs.js @@ -87,10 +87,10 @@ ns_list.forEach(function(ns_name) langs.forEach(function(lang) { // namespace template - Gio.simple_write(outputdir + '/'+ ns_name + '.html', lang.cls_template.process(ns)); + Gio.simple_write(outputdir + '/'+ lang + '/' +ns_name + '.html', lang.cls_template.process(ns)); // left bar index of elements in namespace... - Gio.simple_write(outputdir + '/_ix_'+ ns_name + '.shtml', lang.cls_ix_template.process(ns)); + Gio.simple_write(outputdir + '/'+ lang + '/_ix_'+ ns_name + '.shtml', lang.cls_ix_template.process(ns)); });