X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs.js;h=dd246b93ca87698c31779c9687d102cf95fd82e5;hb=f563de62dc33b2f2c4aa77efaadfbbda922485a0;hp=137247bd53385f4a041c232a932788e8da186492;hpb=7255bf47550213e59c086e7728899638c8daac60;p=gnome.introspection-doc-generator diff --git a/docs.js b/docs.js index 137247b..dd246b9 100644 --- a/docs.js +++ b/docs.js @@ -82,7 +82,7 @@ var cls_ix_template = new Template(__script_path__ + '/templates/class_ix.html') var reference_template = new Template(__script_path__ + '/templates/references.html'); */ - +print("Looping throught namespaces"); var ns_idx = []; ns_list.forEach(function(ns_name) { @@ -163,7 +163,7 @@ langs.forEach(function(lang) { continue; } - refs = langs[lang].reference_template.process(NameSpace.references[i]); + refs = lang.reference_template.process(NameSpace.references[i]); // HTML to put refs into html = File.read(html_file_path);