X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=docs.js;h=4586039be1f31d94e02121cf5f51138fa1fb965c;hp=ebf8453151901d8e2b6baf02fac56549e252d2d9;hb=227dd849f155422e0f6565fb227857fb38841fc4;hpb=0176752b2f58411619bd8ae2b54b7a3031dab3ca diff --git a/docs.js b/docs.js index ebf8453..4586039 100644 --- a/docs.js +++ b/docs.js @@ -51,7 +51,7 @@ File.list(__script_path__ + '/templates/').forEach(function(f) { continue; } if (f == 'resources') { - continue; + return; } langs.push({ name : f, @@ -63,7 +63,7 @@ File.list(__script_path__ + '/templates/').forEach(function(f) { templateFile : __script_path__ + '/templates/' + f + '/class_ix.html', Link : Link // links might be specific to languages.. }), - reference_template : new Template( + reference_template : new Template({ templateFile : __script_path__ + '/templates/' + f + '/references.html', Link : Link // links might be specific to languages.. }), @@ -169,7 +169,7 @@ langs.forEach(function(lang) { Gio.simple_write(html_file_path, html); } -); +}); // set up index and resources. langs.forEach(function(lang) { @@ -178,5 +178,6 @@ langs.forEach(function(lang) { Link : Link, // lang specifc? }); Gio.simple_write(outputdir + '/' + lang.name + '/index.html', ix_template.process(ns_idx)); - File.silentRecursiveCopy(__script_path__ + '/templates/resources/', outputdir + '/' lang.name , Gio.FileCopyFlags.OVERWRITE); + File.silentRecursiveCopy(__script_path__ + '/templates/resources/', + outputdir + '/' + lang.name , Gio.FileCopyFlags.OVERWRITE); }); \ No newline at end of file