diff options
Diffstat (limited to 'doc/ja/weechat_dev.ja.adoc')
-rw-r--r-- | doc/ja/weechat_dev.ja.adoc | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc index e477ddcdd..997794864 100644 --- a/doc/ja/weechat_dev.ja.adoc +++ b/doc/ja/weechat_dev.ja.adoc @@ -141,6 +141,8 @@ WeeChat "core" は以下のディレクトリに配置されています: | wee-debug.c | デバッグ用関数 // TRANSLATION MISSING | wee-dir.c | Directory/file functions. +// TRANSLATION MISSING +| wee-doc.c | Build of files for documentation. | wee-eval.c | 内部変数へのリファレンスを含む式を評価 | wee-hashtable.c | ハッシュテーブル | wee-hdata.c | hdata (ハッシュテーブルを用いて直接データを読む) @@ -532,8 +534,6 @@ WeeChat "core" は以下のディレクトリに配置されています: | パス/ファイル名 | 説明 | doc/ | 文書 | docinfo.html | asciidoctor スタイル -// TRANSLATION MISSING -| docgen.py | Python script to build auto-generated files in _includes/_ directory (see below). | XX/ | 言語コード XX (言語コード: en、fr、de、it、...) 用のディレクトリ | weechat.1.XX.adoc | man ページ (`man weechat`) | weechat_dev.XX.adoc | link:weechat_dev.ja.html[開発者リファレンス ^↗^,window=_blank] (この文書) @@ -545,17 +545,6 @@ WeeChat "core" は以下のディレクトリに配置されています: | weechat_user.XX.adoc | link:weechat_user.ja.html[ユーザーズガイド ^↗^,window=_blank] // TRANSLATION MISSING | includes/ | Files included in documentation. -| autogen_api_completions.XX.adoc | Auto-generated file for Plugin API reference: completions (do *NEVER* update manually!). -| autogen_api_hdata.XX.adoc | Auto-generated file for Plugin API reference: hdata (do *NEVER* update manually!). -| autogen_api_infolists.XX.adoc | Auto-generated file for Plugin API reference: infolists (do *NEVER* update manually!). -| autogen_api_infos.XX.adoc | Auto-generated file for Plugin API reference: infos (do *NEVER* update manually!). -| autogen_api_infos_hashtable.XX.adoc | Auto-generated file for Plugin API reference: infos hashtable (do *NEVER* update manually!). -| autogen_api_plugins_priority.XX.adoc | Auto-generated file for Plugin API reference: plugins priority (do *NEVER* update manually!). -| autogen_api_url_options.XX.adoc | Auto-generated file for Plugin API reference: URL options (do *NEVER* update manually!). -| autogen_user_commands.XX.adoc | Auto-generated file for User's guide: commands (do *NEVER* update manually!). -| autogen_user_default_aliases.XX.adoc | Auto-generated file for User's guide: default aliases (do *NEVER* update manually!). -| autogen_user_irc_colors.XX.adoc | Auto-generated file for User's guide: IRC colors (do *NEVER* update manually!). -| autogen_user_options.XX.adoc | Auto-generated file for User's guide: configuration options (do *NEVER* update manually!). // TRANSLATION MISSING | cmdline_options.XX.adoc | Command-line options (file included in man pages and user's guide). // TRANSLATION MISSING @@ -1372,21 +1361,6 @@ $ msgcheck.py xx.po 新しい翻訳を使うには WeeChat を再コンパイルしてください。 -[[build_autogen_files]] -===== 自動生成ファイルを作成する - -// TRANSLATION MISSING -Files named `+autogen_*+` in directory _doc/XX/includes/_ are auto-generated by -script _doc/docgen.py_. - -// TRANSLATION MISSING -You can rebuild auto-generated files directly in your WeeChat sources by -running WeeChat in a temporary directory and loading the script: - ----- -weechat -t -r "/python load /path/to/weechat/doc/docgen.py;/docgen;/quit" ----- - [[asciidoc]] ==== Asciidoc |