mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 05:16:38 +02:00
doc: add file main.c in developer's guide
This commit is contained in:
@@ -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]]
|
||||
|
||||
@@ -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]]
|
||||
|
||||
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user