From 0176752b2f58411619bd8ae2b54b7a3031dab3ca Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 28 Jun 2010 18:35:21 +0800 Subject: [PATCH] docs.js --- docs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.js b/docs.js index 41e006f..ebf8453 100644 --- a/docs.js +++ b/docs.js @@ -61,11 +61,11 @@ File.list(__script_path__ + '/templates/').forEach(function(f) { }), cls_ix_template : new Template( { templateFile : __script_path__ + '/templates/' + f + '/class_ix.html', - Link : Link// links might be specific to languages.. + Link : Link // links might be specific to languages.. }), reference_template : new Template( templateFile : __script_path__ + '/templates/' + f + '/references.html', - Link : Link// links might be specific to languages.. + Link : Link // links might be specific to languages.. }), }); }); -- 2.39.2