diff options
Diffstat (limited to 'doc/it/autogen/user/ruby_options.adoc')
-rw-r--r-- | doc/it/autogen/user/ruby_options.adoc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/it/autogen/user/ruby_options.adoc b/doc/it/autogen/user/ruby_options.adoc deleted file mode 100644 index 9d7373059..000000000 --- a/doc/it/autogen/user/ruby_options.adoc +++ /dev/null @@ -1,15 +0,0 @@ -// -// This file is auto-generated by script docgen.py. -// DO NOT EDIT BY HAND! -// -* [[option_ruby.look.check_license]] *ruby.look.check_license* -** descrizione: pass:none[check the license of scripts when they are loaded: if the license is different from the plugin license, a warning is displayed] -** tipo: bool -** valori: on, off -** valore predefinito: `+off+` - -* [[option_ruby.look.eval_keep_context]] *ruby.look.eval_keep_context* -** descrizione: pass:none[keep context between two calls to the source code evaluation (option "eval" of script command or info "%s_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] -** tipo: bool -** valori: on, off -** valore predefinito: `+on+` |