X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs.js;h=7a2a233b2e87a5b2023f6aae8b8ff538810061e7;hb=d2316e17d2600de79c393037ee4fc9fba0d46251;hp=c1150d77cf66ded8abe93c65b7c77ee0541fe13f;hpb=856662ff37a0909247a2cdfa59e312c905ee20e7;p=gnome.introspection-doc-generator diff --git a/docs.js b/docs.js index c1150d7..7a2a233 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. -rint("loapding"); +print("loading library to make sure it works."); ns_list.forEach(function(ns_name) { var core = imports.gi[ns_name]; @@ -85,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 +print("Looping throught namespaces"); var ns_idx = []; ns_list.forEach(function(ns_name) { @@ -125,14 +125,19 @@ ns_list.forEach(function(ns_name) 'enums' : 'Enum' }; + for (var i in actions) { // we flag GLib as a GObject lib... idx[i]= ns_name == 'GLib' ? 1 : ns[i].length ; + ns[i].forEach( function(n) { + + print('NameSpace.factory(' + actions[i] +','+ns_name+','+n); var odata = XObject.extend( NameSpace.factory(actions[i], ns_name, n), { 'left_bar' :ns['left_bar'] } ); + langs.forEach(function(lang) { Gio.simple_write(outputdir + '/'+ lang.name + '/' + ns_name + '.' + n + '.html', lang.cls_template.process(odata)