From: Alan Knowles Date: Tue, 22 Jun 2010 14:38:12 +0000 (+0800) Subject: docs.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;ds=sidebyside;h=32b45cd36e2c7ee4558406d61b2ca479034ef0ab;p=gnome.introspection-doc-generator docs.js --- diff --git a/docs.js b/docs.js index 6af0dda..28cf1b8 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 + '/'+ lang + '/' +ns_name + '.html', lang.cls_template.process(ns)); + Gio.simple_write(outputdir + '/'+ lang.name+ '/' +ns_name + '.html', lang.cls_template.process(ns)); // left bar index of elements in namespace... - Gio.simple_write(outputdir + '/'+ lang + '/_ix_'+ ns_name + '.shtml', lang.cls_ix_template.process(ns)); + Gio.simple_write(outputdir + '/'+ lang.name + '/_ix_'+ ns_name + '.shtml', lang.cls_ix_template.process(ns)); });