From: Alan Knowles Date: Mon, 28 Jun 2010 10:41:35 +0000 (+0800) Subject: docs.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=1fa4a848911fae3ad3cb79222f596a9d03f97bae;hp=7df69dffc97bc385bfb7617fdac6beea1fb1b7c6 docs.js --- diff --git a/docs.js b/docs.js index 4cd12b5..a34e3ef 100644 --- a/docs.js +++ b/docs.js @@ -96,9 +96,10 @@ ns_list.forEach(function(ns_name) } - ns['left_bar'] = cls_ix_template.process(ns); + langs.forEach(function(lang) { + ns['left_bar'] = lang.cls_ix_template.process(ns); // namespace template Gio.simple_write(outputdir + '/'+ lang.name+ '/' +ns_name + '.html', lang.cls_template.process(ns));