From e63d406c8f6ddcfbd20d53c36ac5a2735a0bf597 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 22 Jun 2010 22:41:18 +0800 Subject: [PATCH] docs.js --- docs.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs.js b/docs.js index 9691f86..d1299e5 100644 --- a/docs.js +++ b/docs.js @@ -111,9 +111,8 @@ ns_list.forEach(function(ns_name) var odata = XObject.extend( Introspect.factory(actions[i], ns_name, n), { 'left_bar' :ns['left_bar'] } - ) + ); langs.forEach(function(lang) { - Gio.simple_write(outputdir + '/'+ lang.name + '/' + ns_name + '.' + n + '.html', lang.cls_template.process(odata) ) -- 2.39.2