From d083b77d7fcba4187ff3c7d860fccb73b89507ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 20 Jul 2014 16:50:53 +0200 Subject: [PATCH] doc: add file main.c in developer's guide --- doc/en/weechat_dev.en.asciidoc | 3 ++- doc/fr/weechat_dev.fr.asciidoc | 3 ++- doc/ja/weechat_dev.ja.asciidoc | 5 ++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/en/weechat_dev.en.asciidoc b/doc/en/weechat_dev.en.asciidoc index e50a03b84..ef130694f 100644 --- a/doc/en/weechat_dev.en.asciidoc +++ b/doc/en/weechat_dev.en.asciidoc @@ -91,7 +91,7 @@ WeeChat "core" is located in following directories: |=== | Path/file | Description | core/ | Core functions: entry point, internal structures -| weechat.c | Entry point, command line options, main functions, startup +| weechat.c | Main functions: command line options, startup | wee-backtrace.c | Display a backtrace after a crash | wee-command.c | WeeChat core commands | wee-completion.c | Default completions @@ -145,6 +145,7 @@ WeeChat "core" is located in following directories: | gui-curses-mouse.c | Mouse | gui-curses-term.c | Functions about terminal | gui-curses-window.c | Windows +| main.c | Entry point |=== [[sources_plugins]] diff --git a/doc/fr/weechat_dev.fr.asciidoc b/doc/fr/weechat_dev.fr.asciidoc index e85105802..b8bec952a 100644 --- a/doc/fr/weechat_dev.fr.asciidoc +++ b/doc/fr/weechat_dev.fr.asciidoc @@ -92,7 +92,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 | Point d'entrée, options de ligne de commande, fonctions principales, démarrage +| weechat.c | Fonctions principales : options de ligne de commande, démarrage | 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 @@ -146,6 +146,7 @@ Le cœur de WeeChat est situé dans les répertoires suivants : | gui-curses-mouse.c | Souris | gui-curses-term.c | Fonctions pour le terminal | gui-curses-window.c | Fenêtres +| main.c | Point d'entrée |=== [[sources_plugins]] diff --git a/doc/ja/weechat_dev.ja.asciidoc b/doc/ja/weechat_dev.ja.asciidoc index c4a80c121..df914cc7e 100644 --- a/doc/ja/weechat_dev.ja.asciidoc +++ b/doc/ja/weechat_dev.ja.asciidoc @@ -94,7 +94,8 @@ WeeChat "core" は以下のディレクトリに配置されています: |=== | パス/ファイル名 | 説明 | core/ | コア関数: エントリポイント、内部構造体 -| weechat.c | エントリポイント、コマンドラインオプション、main 関数、起動 +// TRANSLATION MISSING +| weechat.c | Main functions: command line options, startup | wee-backtrace.c | クラッシュした際にバックトレースを表示 | wee-command.c | WeeChat コアコマンド | wee-completion.c | デフォルト補完 @@ -148,6 +149,8 @@ WeeChat "core" は以下のディレクトリに配置されています: | gui-curses-mouse.c | マウス | gui-curses-term.c | ターミナルについての関数 | gui-curses-window.c | ウィンドウ +// TRANSLATION MISSING +| main.c | Entry point |=== [[sources_plugins]]