X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=docs.js;h=6af0dda2c65b3e4e08a52b48ecc4a3d23eea3cbb;hp=57d0a693cf6063c84bf1e56e1f32995cc875295c;hb=7376856dcf57f0283a3174b9e3e0ab594829ee93;hpb=dd3a4a211a4177eb986e1c9855c26e208ada9a42 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)); });