From 7376856dcf57f0283a3174b9e3e0ab594829ee93 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 22 Jun 2010 22:37:58 +0800 Subject: [PATCH] docs.js --- docs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)); }); -- 2.39.2