docs.js
authorAlan Knowles <alan@akkbhome.com>
Sat, 13 Nov 2010 07:35:25 +0000 (15:35 +0800)
committerAlan Knowles <alan@akkbhome.com>
Sat, 13 Nov 2010 07:35:25 +0000 (15:35 +0800)
docs.js

diff --git a/docs.js b/docs.js
index b22a5c7..1ed74e7 100644 (file)
--- a/docs.js
+++ b/docs.js
@@ -44,11 +44,14 @@ if (typeof(Seed.argv[3]) == 'string') {
 
 ns_list = ns_list.sort();
 // let's try and load them, so we find out early what will fail.
+Print("loading");
 ns_list.forEach(function(ns_name) 
 {   
     var  core = imports.gi[ns_name];
 });
 
+
+
 // which languages do we want to output for.
 langs=[];
 File.list(__script_path__ + '/templates/').forEach(function(f) {