diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-09-05 18:52:59 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-09-05 18:52:59 +0200 |
commit | ae612a811bc05d43e8df3e96135e7d734ba842b0 (patch) | |
tree | 70508776e9cd9b6767c34f9f17deca74f3f32545 /doc/fr/autogen/demo_commands.xml | |
parent | e43dd396469ce3b2bd6dd598f7720fc5ce179d44 (diff) | |
download | weechat-ae612a811bc05d43e8df3e96135e7d734ba842b0.zip |
Many changes in doc
Diffstat (limited to 'doc/fr/autogen/demo_commands.xml')
-rw-r--r-- | doc/fr/autogen/demo_commands.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/fr/autogen/demo_commands.xml b/doc/fr/autogen/demo_commands.xml new file mode 100644 index 000000000..e5d09339b --- /dev/null +++ b/doc/fr/autogen/demo_commands.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<command>demo_buffer catégorie nom</command> +<programlisting> +ouvrir un nouveau tampon +</programlisting> +<command>demo_buffer_set propriété valeur</command> +<programlisting> +définir une propriété de tampon +</programlisting> +<command>demo_info [info [paramètres]]</command> +<programlisting> +lit et affiche une info + + info: info à afficher +paramètres: paramètres optionnels pour l'info + +Sans paramètre, cette commande affiche la liste des infos disponibles +</programlisting> +<command>demo_infolist [infolist]</command> +<programlisting> +lit et affiche une infolist + +infolist: infolist à afficher + +Sans paramètre, cette commande affiche la liste des infolists disponibles +</programlisting> +<command>demo_printf [texte]</command> +<programlisting> +affiche des messages sur le tampon courant + +texte: affiche ce texte +</programlisting> |