X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs.js;h=039b2d3febd940b53b0fea4d66ada5933a9d10e6;hb=3a56dfa72e2661085694b0786a7acfad850d3d22;hp=1ed74e779b03b83f0dd9c3aa5863ebf5a5d0942d;hpb=8f9ffff82e57350705770d26069afa98f6b08c36;p=gnome.introspection-doc-generator diff --git a/docs.js b/docs.js index 1ed74e7..039b2d3 100644 --- a/docs.js +++ b/docs.js @@ -44,7 +44,7 @@ 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"); +print("loading library to make sure it works."); ns_list.forEach(function(ns_name) { var core = imports.gi[ns_name];