diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-03 14:03:50 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-03 14:05:18 +0200 |
commit | 505a91c6003058adf531255dc9a41efea5c7d1f8 (patch) | |
tree | 8cbf78be1fa3b9fde46b95e91f90425a63eb6a80 /doc/fr/includes/autogen_api_plugins_priority.fr.adoc | |
parent | 7bcb8ff0d8bfd05657a78096d5dd12c2d44fbf02 (diff) | |
download | weechat-505a91c6003058adf531255dc9a41efea5c7d1f8.zip |
doc: merge 53 autogen files into 11 files, move them to includes directory
Diffstat (limited to 'doc/fr/includes/autogen_api_plugins_priority.fr.adoc')
-rw-r--r-- | doc/fr/includes/autogen_api_plugins_priority.fr.adoc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/fr/includes/autogen_api_plugins_priority.fr.adoc b/doc/fr/includes/autogen_api_plugins_priority.fr.adoc new file mode 100644 index 000000000..2057f920e --- /dev/null +++ b/doc/fr/includes/autogen_api_plugins_priority.fr.adoc @@ -0,0 +1,23 @@ +// +// This file is auto-generated by script docgen.py. +// DO NOT EDIT BY HAND! +// + +// ======================================== api_plugins_priority ======================================== + +// tag::plugins_priority[] +. charset (15000) +. logger (14000) +. exec (13000) +. trigger (12000) +. spell (11000) +. alias (10000) +. buflist (9000) +. fifo (8000) +. xfer (7000) +. irc (6000) +. relay (5000) +. guile, javascript, lua, perl, php, python, ruby, tcl (4000) +. script (3000) +. fset (2000) +// end::plugins_priority[] |