X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=docs.js;h=4cc2730a8b14cc6b173dd528077460e3d1420940;hp=7705aeedefb59fb47ba7cb6adad28ccab928eca2;hb=1698c551b442c4f0890bcf5715688fbb59ca11e0;hpb=11a3961a8fb8b6931e4a8f01aa3a08c60fd56d14 diff --git a/docs.js b/docs.js index 7705aee..4cc2730 100644 --- a/docs.js +++ b/docs.js @@ -3,14 +3,15 @@ Gtk = imports.gi.Gtk; Gio = imports.gi.Gio; Gdk = imports.gi.Gdk; -XObject = imports.XObject.XObject; +XObject = imports.XObject.XObject; + File = imports.File.File; console = imports.console.console; -Introspect = imports['JSDOC/Introspect.js'].Introspect; -Template = imports['JSDOC/Template.js'].Template; +NameSpace = imports.Introspect.NameSpace.NameSpace; +Template = imports.JSDOC.Template.Template; var outputdir = Seed.argv[2]; @@ -32,7 +33,7 @@ if (!File.isDirectory(outputdir)) { // Which libraries to build. -var ns_list = Introspect.namespaces(); +var ns_list = NameSpace.namespaces(); if (typeof(Seed.argv[3]) == 'string') { console.log(Seed.argv.length); ns_list = Seed.argv[3].split(','); @@ -76,7 +77,7 @@ ns_list.forEach(function(ns_name) var idx = { name: ns_name}; console.log("START:" + ns_name); - var ns = Introspect.ns(ns_name); + var ns = NameSpace.ns(ns_name); // gir goes in top level... if (File.exists(ns.gir_file)) { @@ -109,7 +110,7 @@ ns_list.forEach(function(ns_name) idx[i]= ns_name == 'GLib' ? 1 : ns[i].length ; ns[i].forEach( function(n) { var odata = XObject.extend( - Introspect.factory(actions[i], ns_name, n), + NameSpace.factory(actions[i], ns_name, n), { 'left_bar' :ns['left_bar'] } ); langs.forEach(function(lang) { @@ -129,32 +130,39 @@ var html_file_path = ''; var html = '' // output cross reference data.. - -for (var i in Introspect.references) { - html_file_path = File.join(outputdir, i + '.html'); - - if (i == 'undefined') { - console.log("Undefined name space - ignored"); - continue; - } - if (!File.isFile(html_file_path)) { - console.log("No HTML file " + html_file_path + " to insert references into - ignored"); - continue; - } +langs.forEach(function(lang) { - refs = reference_template.process(Introspect.references[i]); - - // HTML to put refs into - html = File.read(html_file_path); + for (var i in NameSpace.references) { + + html_file_path = [ outputdir, lang.name, i + '.html'].join('/'); + + if (i == 'undefined') { + console.log("Undefined name space - ignored"); + continue; + } + + if (!File.isFile(html_file_path)) { + console.log("No HTML file " + html_file_path + " to insert references into - ignored"); + continue; + } + + refs = langs.reference_template.process(NameSpace.references[i]); - // do the replacement - html = html.replace(/\