diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index a6dcd5143..5146246d3 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -435,8 +435,6 @@ Documentation files: |    docinfo.html | Asciidoctor style. |    docgen.py | Python script to build files in _autogen/_ directory (see below). |    XX/ | Documentation for language XX (languages: en, fr, de, it, ...). -|       cmdline_options.XX.adoc | Command-line options (file included in man pages and user's guide). -|       man.XX.adoc | Part of man pages: plugin options, files and copyright. |       weechat.1.XX.adoc | Man page (`man weechat`). |       weechat_dev.XX.adoc | link:weechat_dev.en.html[Developer's guide] (this document). |       weechat_faq.XX.adoc | link:weechat_faq.en.html[FAQ]. @@ -446,6 +444,9 @@ Documentation files: |       weechat_scripting.XX.adoc | link:weechat_scripting.en.html[Scripting guide]. |       weechat_tester.XX.adoc | link:weechat_tester.en.html[Tester's guide]. |       weechat_user.XX.adoc | link:weechat_user.en.html[User's guide]. +|       includes/ | Files included in documentation. +|          cmdline_options.XX.adoc | Command-line options (file included in man pages and user's guide). +|          man.XX.adoc | Part of man pages: plugin options, files and copyright. |       autogen/ | Files auto-built with script docgen.py. |          user/ | Files auto-built for user's guide (do *NEVER* update manually!). |          plugin_api/ | Files auto-built for plugin API (do *NEVER* update manually!). diff --git a/doc/fr/weechat_dev.fr.adoc b/doc/fr/weechat_dev.fr.adoc index f8abc0be8..1c88bd762 100644 --- a/doc/fr/weechat_dev.fr.adoc +++ b/doc/fr/weechat_dev.fr.adoc @@ -436,8 +436,6 @@ Fichiers de documentation : |    docinfo.html | Style Asciidoctor. |    docgen.py | Script Python pour construire les fichiers dans le répertoire _autogen/_ (voir ci-dessous). |    XX/ | Documentation pour la langue XX (langues : en, fr, de, it, ...). -|       cmdline_options.XX.adoc | Options de ligne de commande (fichier inclus dans les pages de manuel et le guide utilisateur). -|       man.XX.adoc | Parties des pages de manuel : options d'extension, fichiers et copyright. |       weechat.1.XX.adoc | Page de manuel (`man weechat`). |       weechat_dev.XX.adoc | link:weechat_dev.fr.html[Guide du développeur] (ce document). |       weechat_faq.XX.adoc | link:weechat_faq.fr.html[FAQ] (questions fréquemment posées). @@ -447,6 +445,9 @@ Fichiers de documentation : |       weechat_scripting.XX.adoc | link:weechat_scripting.fr.html[Guide pour scripts]. |       weechat_tester.XX.adoc | link:weechat_tester.fr.html[Guide du testeur]. |       weechat_user.XX.adoc | link:weechat_user.fr.html[Guide utilisateur]. +|       includes/ | Fichiers inclus dans la documentation. +|          cmdline_options.XX.adoc | Options de ligne de commande (fichier inclus dans les pages de manuel et le guide utilisateur). +|          man.XX.adoc | Parties des pages de manuel : options d'extension, fichiers et copyright. |       autogen/ | Fichiers automatiquement générés avec le script docgen.py. |          user/ | Fichiers automatiquement générés pour le guide utilisateur (ne *JAMAIS* les mettre à jour manuellement !). |          plugin_api/ | Fichiers automatiquement générés pour l'API extension (ne *JAMAIS* les mettre à jour manuellement !). diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc index 232731fcd..2ad1f9998 100644 --- a/doc/ja/weechat_dev.ja.adoc +++ b/doc/ja/weechat_dev.ja.adoc @@ -455,10 +455,6 @@ WeeChat "core" は以下のディレクトリに配置されています: |    docinfo.html | asciidoctor スタイル |    docgen.py | _autogen/_ ディレクトリ内のファイルを作成する Python スクリプト (以下を参照) |    XX/ | 言語コード XX (言語コード: en、fr、de、it、...) 用のディレクトリ -// TRANSLATION MISSING -|       cmdline_options.XX.adoc | Command-line options (file included in man pages and user's guide). -// TRANSLATION MISSING -|       man.XX.adoc | Part of man pages: plugin options, files and copyright. |       weechat.1.XX.adoc | man ページ (`man weechat`) |       weechat_dev.XX.adoc | link:weechat_dev.ja.html[開発者リファレンス] (この文書) |       weechat_faq.XX.adoc | link:weechat_faq.ja.html[FAQ] @@ -468,6 +464,12 @@ WeeChat "core" は以下のディレクトリに配置されています: |       weechat_scripting.XX.adoc | link:weechat_scripting.ja.html[スクリプト作成ガイド] |       weechat_tester.XX.adoc | link:weechat_tester.ja.html[テスターガイド] |       weechat_user.XX.adoc | link:weechat_user.ja.html[ユーザーズガイド] +// TRANSLATION MISSING +|       includes/ | Files included in documentation. +// TRANSLATION MISSING +|          cmdline_options.XX.adoc | Command-line options (file included in man pages and user's guide). +// TRANSLATION MISSING +|          man.XX.adoc | Part of man pages: plugin options, files and copyright. |       autogen/ | docgen.py スクリプトが自動生成するファイル |          user/ | ユーザーズガイド用の自動生成ファイル (手作業による編集は *禁止*!) |          plugin_api/ | プラグイン API 用の自動生成ファイル (手作業による編集は *禁止*!)