diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-11-06 10:18:58 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-11-06 10:18:58 +0100 |
commit | 3c1c398cd43962414a96c19604573d8487def548 (patch) | |
tree | 598f2d8df1fc70f286fc349777604e90da5aaed9 /doc/en/autogen | |
parent | 885df965e50855cc07db442ea920ff524b860d25 (diff) | |
download | weechat-3c1c398cd43962414a96c19604573d8487def548.zip |
Update docgen.pl and doc about options for logger and core
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/logger_options.xml | 32 | ||||
-rw-r--r-- | doc/en/autogen/weechat_options.xml | 16 |
2 files changed, 0 insertions, 48 deletions
diff --git a/doc/en/autogen/logger_options.xml b/doc/en/autogen/logger_options.xml index 6c27a5d70..b97418293 100644 --- a/doc/en/autogen/logger_options.xml +++ b/doc/en/autogen/logger_options.xml @@ -102,22 +102,6 @@ </listitem> </itemizedlist> -<command>logger.level.irc</command> -<itemizedlist> - <listitem> - <para>description: niveau d'enregistrement log pour ce tampon (0 = pas d'enregistrement, 1 = quelques messages (les plus importants) .. 9 = tous les messages)</para> - </listitem> - <listitem> - <para>type: integer</para> - </listitem> - <listitem> - <para>values: 0 .. 9</para> - </listitem> - <listitem> - <para>default value: 9</para> - </listitem> -</itemizedlist> - <command>logger.look.backlog</command> <itemizedlist> <listitem> @@ -134,19 +118,3 @@ </listitem> </itemizedlist> -<command>logger.mask.irc</command> -<itemizedlist> - <listitem> - <para>description: masque de fichier pour le fichier de log; les variables locales du tampon sont permises</para> - </listitem> - <listitem> - <para>type: string</para> - </listitem> - <listitem> - <para>values: any string</para> - </listitem> - <listitem> - <para>default value: ''</para> - </listitem> -</itemizedlist> - diff --git a/doc/en/autogen/weechat_options.xml b/doc/en/autogen/weechat_options.xml index da4ac433d..1e5017806 100644 --- a/doc/en/autogen/weechat_options.xml +++ b/doc/en/autogen/weechat_options.xml @@ -1222,22 +1222,6 @@ </listitem> </itemizedlist> -<command>weechat.debug.irc</command> -<itemizedlist> - <listitem> - <para>description: niveau de debug pour l'extension ("core" pour le coeur de WeeChat)</para> - </listitem> - <listitem> - <para>type: integer</para> - </listitem> - <listitem> - <para>values: 0 .. 32</para> - </listitem> - <listitem> - <para>default value: 0</para> - </listitem> -</itemizedlist> - <command>weechat.history.display_default</command> <itemizedlist> <listitem> |