From: Alan Knowles Date: Sun, 5 Sep 2010 15:14:33 +0000 (+0800) Subject: docs.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=7255bf47550213e59c086e7728899638c8daac60 docs.js --- diff --git a/docs.js b/docs.js index 6a142b3..137247b 100644 --- a/docs.js +++ b/docs.js @@ -163,7 +163,7 @@ langs.forEach(function(lang) { continue; } - refs = langs.reference_template.process(NameSpace.references[i]); + refs = langs[lang].reference_template.process(NameSpace.references[i]); // HTML to put refs into html = File.read(html_file_path);