X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=docs.js;h=ebf8453151901d8e2b6baf02fac56549e252d2d9;hp=41e006f147e9075f75f378c693cef663869c0ed0;hb=0176752b2f58411619bd8ae2b54b7a3031dab3ca;hpb=7fe17ae7eaf6b1b7b687ba9cad2260bc221ae1a1 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.. }), }); });