From 11c8d8d40cd75c4585ec2fb66b6b2e82f047bc05 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 22 Jun 2010 22:36:20 +0800 Subject: [PATCH] docs.js --- docs.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs.js b/docs.js index 174c711..85cfd83 100644 --- a/docs.js +++ b/docs.js @@ -50,7 +50,14 @@ File.list(__script_path__ + '/templates/').forEach(function(f) { if (f == 'resources') { continue; } - langs.push(f); + langs.push({ + + + + cls_template : new Template(__script_path__ + '/templates/' + f + '/class.html'), + cls_ix_template : new Template(__script_path__ + '/templates/' + f + '/class_ix.html'), + reference_template : new Template(__script_path__ + '/templates/' + f + '/references.html'), + }); }); -- 2.39.2