doc: Fix formatting in code blocks
This commit is contained in:
parent
fc2038e128
commit
e588c24168
10 changed files with 67 additions and 81 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue