X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=docs.js;h=c8faf5c1249e90ec57215cce48159a7fb3042090;hp=b56dba14b0351f3e85219950ef57d660fa62fb23;hb=c771d622ecdeccf2784529e63225936f44fb36d8;hpb=a53a8c5927b4dd1c1848cd992bcb758d622ee2d7 diff --git a/docs.js b/docs.js index b56dba1..c8faf5c 100644 --- a/docs.js +++ b/docs.js @@ -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