Merge branch 'live' of http://git.roojs.org/gnome.introspection-doc-generator into...
[gnome.introspection-doc-generator] / docs.js
diff --git a/docs.js b/docs.js
index df43e06..18cce1c 100644 (file)
--- a/docs.js
+++ b/docs.js
@@ -41,12 +41,13 @@ if (typeof(Seed.argv[3]) == 'string') {
     ns_list = Seed.argv[3].split(',');
 }
 
+
 ns_list = ns_list.sort();
 // let's try and load them, so we find out early what will fail.
 ns_list.forEach(function(ns_name) 
 {   
     var  core = imports.gi[ns_name];
-}
+});
 
 // which languages do we want to output for.
 langs=[];
@@ -162,7 +163,7 @@ langs.forEach(function(lang) {
           continue;
         }
         
-        refs = langs.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);