From 71425bddfbaf3b110493a16ad40b90e04b129678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 5 Oct 2014 08:48:23 +0200 Subject: [PATCH] doc: add file "wee-arraylist.c" in developer's guide --- doc/en/weechat_dev.en.asciidoc | 1 + doc/fr/weechat_dev.fr.asciidoc | 1 + doc/ja/weechat_dev.ja.asciidoc | 2 ++ 3 files changed, 4 insertions(+) diff --git a/doc/en/weechat_dev.en.asciidoc b/doc/en/weechat_dev.en.asciidoc index 6494ba137..70f2283cc 100644 --- a/doc/en/weechat_dev.en.asciidoc +++ b/doc/en/weechat_dev.en.asciidoc @@ -92,6 +92,7 @@ WeeChat "core" is located in following directories: | Path/file | Description | core/ | Core functions: entry point, internal structures | weechat.c | Main functions: command line options, startup +| wee-arraylist.c | Array lists | wee-backtrace.c | Display a backtrace after a crash | wee-command.c | WeeChat core commands | wee-completion.c | Default completions diff --git a/doc/fr/weechat_dev.fr.asciidoc b/doc/fr/weechat_dev.fr.asciidoc index ea17e1c28..f098f61e0 100644 --- a/doc/fr/weechat_dev.fr.asciidoc +++ b/doc/fr/weechat_dev.fr.asciidoc @@ -93,6 +93,7 @@ Le cœur de WeeChat est situé dans les répertoires suivants : | Chemin/fichier | Description | core/ | Fonctions du cœur : point d'entrée, structures internes | weechat.c | Fonctions principales : options de ligne de commande, démarrage +| wee-arraylist.c | Listes avec tableau (« arraylists ») | wee-backtrace.c | Afficher une trace après un plantage | wee-command.c | Commandes du cœur de WeeChat | wee-completion.c | Complétions par défaut diff --git a/doc/ja/weechat_dev.ja.asciidoc b/doc/ja/weechat_dev.ja.asciidoc index a5454b7e9..b312de974 100644 --- a/doc/ja/weechat_dev.ja.asciidoc +++ b/doc/ja/weechat_dev.ja.asciidoc @@ -92,6 +92,8 @@ WeeChat "core" は以下のディレクトリに配置されています: | パス/ファイル名 | 説明 | core/ | コア関数: エントリポイント、内部構造体 | weechat.c | 主要関数: コマンドラインオプション、起動 +// TRANSLATION MISSING +| wee-arraylist.c | Array lists | wee-backtrace.c | クラッシュした際にバックトレースを表示 | wee-command.c | WeeChat コアコマンド | wee-completion.c | デフォルト補完