From 21e63e7958c499b79a63612d7344ad4d53bd4284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 15 Jan 2018 21:32:24 +0100 Subject: scripts: add configuration file for each script plugin --- doc/en/autogen/user/guile_options.adoc | 9 +++++++++ doc/en/autogen/user/javascript_options.adoc | 9 +++++++++ doc/en/autogen/user/lua_options.adoc | 9 +++++++++ doc/en/autogen/user/perl_options.adoc | 9 +++++++++ doc/en/autogen/user/php_options.adoc | 9 +++++++++ doc/en/autogen/user/python_options.adoc | 9 +++++++++ doc/en/autogen/user/ruby_options.adoc | 9 +++++++++ doc/en/autogen/user/tcl_options.adoc | 9 +++++++++ 8 files changed, 72 insertions(+) create mode 100644 doc/en/autogen/user/guile_options.adoc create mode 100644 doc/en/autogen/user/javascript_options.adoc create mode 100644 doc/en/autogen/user/lua_options.adoc create mode 100644 doc/en/autogen/user/perl_options.adoc create mode 100644 doc/en/autogen/user/php_options.adoc create mode 100644 doc/en/autogen/user/python_options.adoc create mode 100644 doc/en/autogen/user/ruby_options.adoc create mode 100644 doc/en/autogen/user/tcl_options.adoc (limited to 'doc/en/autogen/user') diff --git a/doc/en/autogen/user/guile_options.adoc b/doc/en/autogen/user/guile_options.adoc new file mode 100644 index 000000000..e0ad87642 --- /dev/null +++ b/doc/en/autogen/user/guile_options.adoc @@ -0,0 +1,9 @@ +// +// This file is auto-generated by script docgen.py. +// DO NOT EDIT BY HAND! +// +* [[option_guile.look.check_license]] *guile.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+` diff --git a/doc/en/autogen/user/javascript_options.adoc b/doc/en/autogen/user/javascript_options.adoc new file mode 100644 index 000000000..9b8e69c58 --- /dev/null +++ b/doc/en/autogen/user/javascript_options.adoc @@ -0,0 +1,9 @@ +// +// 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+` diff --git a/doc/en/autogen/user/lua_options.adoc b/doc/en/autogen/user/lua_options.adoc new file mode 100644 index 000000000..7f2700edc --- /dev/null +++ b/doc/en/autogen/user/lua_options.adoc @@ -0,0 +1,9 @@ +// +// This file is auto-generated by script docgen.py. +// DO NOT EDIT BY HAND! +// +* [[option_lua.look.check_license]] *lua.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+` diff --git a/doc/en/autogen/user/perl_options.adoc b/doc/en/autogen/user/perl_options.adoc new file mode 100644 index 000000000..97331f993 --- /dev/null +++ b/doc/en/autogen/user/perl_options.adoc @@ -0,0 +1,9 @@ +// +// This file is auto-generated by script docgen.py. +// DO NOT EDIT BY HAND! +// +* [[option_perl.look.check_license]] *perl.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+` diff --git a/doc/en/autogen/user/php_options.adoc b/doc/en/autogen/user/php_options.adoc new file mode 100644 index 000000000..6a7828228 --- /dev/null +++ b/doc/en/autogen/user/php_options.adoc @@ -0,0 +1,9 @@ +// +// This file is auto-generated by script docgen.py. +// DO NOT EDIT BY HAND! +// +* [[option_php.look.check_license]] *php.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+` diff --git a/doc/en/autogen/user/python_options.adoc b/doc/en/autogen/user/python_options.adoc new file mode 100644 index 000000000..6511fc0d3 --- /dev/null +++ b/doc/en/autogen/user/python_options.adoc @@ -0,0 +1,9 @@ +// +// This file is auto-generated by script docgen.py. +// DO NOT EDIT BY HAND! +// +* [[option_python.look.check_license]] *python.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+` diff --git a/doc/en/autogen/user/ruby_options.adoc b/doc/en/autogen/user/ruby_options.adoc new file mode 100644 index 000000000..c769ecd0d --- /dev/null +++ b/doc/en/autogen/user/ruby_options.adoc @@ -0,0 +1,9 @@ +// +// This file is auto-generated by script docgen.py. +// DO NOT EDIT BY HAND! +// +* [[option_ruby.look.check_license]] *ruby.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+` diff --git a/doc/en/autogen/user/tcl_options.adoc b/doc/en/autogen/user/tcl_options.adoc new file mode 100644 index 000000000..9ce96a0dd --- /dev/null +++ b/doc/en/autogen/user/tcl_options.adoc @@ -0,0 +1,9 @@ +// +// This file is auto-generated by script docgen.py. +// DO NOT EDIT BY HAND! +// +* [[option_tcl.look.check_license]] *tcl.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+` -- cgit v1.2.3