diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-07-20 16:50:53 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-07-20 16:50:53 +0200 |
commit | d083b77d7fcba4187ff3c7d860fccb73b89507ef (patch) | |
tree | 03067a1d666a758f10511e177e65f34adbddbf2e /doc/ja | |
parent | cc179e81c7aebfe7302cd3ef6fe02aa36e75c9b4 (diff) | |
download | weechat-d083b77d7fcba4187ff3c7d860fccb73b89507ef.zip |
doc: add file main.c in developer's guide
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_dev.ja.asciidoc | 5 |
1 files changed, 4 insertions, 1 deletions
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]] |