X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs.js;h=039b2d3febd940b53b0fea4d66ada5933a9d10e6;hb=3a56dfa72e2661085694b0786a7acfad850d3d22;hp=b22a5c72e1e083d6135d1f4c5f63798fe6610b02;hpb=9bd99b91f3aeb133c817440f8513de201dfbe720;p=gnome.introspection-doc-generator diff --git a/docs.js b/docs.js index b22a5c7..039b2d3 100644 --- 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 library to make sure it works."); 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) {