X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs.js;h=b56dba14b0351f3e85219950ef57d660fa62fb23;hb=a53a8c5927b4dd1c1848cd992bcb758d622ee2d7;hp=64f516147a303ef93389ea3138530533dc86319b;hpb=791d0ec1a66150246911876ba021cc16f920153e;p=gnome.introspection-doc-generator diff --git a/docs.js b/docs.js index 64f5161..b56dba1 100644 --- a/docs.js +++ b/docs.js @@ -12,7 +12,7 @@ Template = imports.JsTemplate.Template.Template; // Introspecion specific.. NameSpace = imports.Introspect.NameSpace.NameSpace; -Link = = imports.Introspect.Link.Link; +Link = imports.Introspect.Link.Link; @@ -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( + 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.. }), }); });