From dd3a4a211a4177eb986e1c9855c26e208ada9a42 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 22 Jun 2010 22:37:29 +0800 Subject: [PATCH] docs.js --- docs.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs.js b/docs.js index 884f0df..57d0a69 100644 --- a/docs.js +++ b/docs.js @@ -51,9 +51,10 @@ File.list(__script_path__ + '/templates/').forEach(function(f) { continue; } 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'), + name : f, + 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