diff options
Diffstat (limited to 'doc/en/autogen/user/javascript_options.adoc')
-rw-r--r-- | doc/en/autogen/user/javascript_options.adoc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/en/autogen/user/javascript_options.adoc b/doc/en/autogen/user/javascript_options.adoc deleted file mode 100644 index 62225e25d..000000000 --- a/doc/en/autogen/user/javascript_options.adoc +++ /dev/null @@ -1,15 +0,0 @@ -// -// This file is auto-generated by script docgen.py. -// DO NOT EDIT BY HAND! -// -* [[option_javascript.look.check_license]] *javascript.look.check_license* -** description: pass:none[check the license of scripts when they are loaded: if the license is different from the plugin license, a warning is displayed] -** type: boolean -** values: on, off -** default value: `+off+` - -* [[option_javascript.look.eval_keep_context]] *javascript.look.eval_keep_context* -** description: 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] -** type: boolean -** values: on, off -** default value: `+on+` |