1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 11:13:12 +02:00

doc: add file "wee-arraylist.c" in developer's guide

This commit is contained in:
Sébastien Helleu
2014-10-05 08:48:23 +02:00
parent f53baf628e
commit 71425bddfb
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -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
+1
View File
@@ -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
+2
View File
@@ -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 | デフォルト補完