doc: Fix formatting in code blocks

This commit is contained in:
Rémi Verschelde
2018-12-14 09:37:19 +01:00
parent fc2038e128
commit e588c24168
10 changed files with 67 additions and 81 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
func get_import_options(i):
return [{"name": "my_option", "default_value": false}]
func import(source_file, save_path, options, r_platform_variants, r_gen_files):
func import(source_file, save_path, options, platform_variants, gen_files):
var file = File.new()
if file.open(source_file, File.READ) != OK:
return FAILED