docs.js
authorAlan Knowles <alan@akkbhome.com>
Tue, 22 Jun 2010 14:36:20 +0000 (22:36 +0800)
committerAlan Knowles <alan@akkbhome.com>
Tue, 22 Jun 2010 14:36:20 +0000 (22:36 +0800)
docs.js

diff --git a/docs.js b/docs.js
index 174c711..85cfd83 100644 (file)
--- 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'),
+    });
 });