X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs.js;h=039b2d3febd940b53b0fea4d66ada5933a9d10e6;hb=3a56dfa72e2661085694b0786a7acfad850d3d22;hp=18cce1cff9d49a20510e7f79e57b2976630e3e92;hpb=6e891aedf7e3f1be774f5e38fd88b2e314203028;p=gnome.introspection-doc-generator diff --git a/docs.js b/docs.js index 18cce1c..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) { @@ -82,7 +85,7 @@ var cls_ix_template = new Template(__script_path__ + '/templates/class_ix.html') var reference_template = new Template(__script_path__ + '/templates/references.html'); */ - +print("Looping throught namespaces");q var ns_idx = []; ns_list.forEach(function(ns_name) {