diff options
Diffstat (limited to 'doc/en/weechat_dev.en.adoc')
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 61f68c182..086cf2ef4 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -129,6 +129,7 @@ WeeChat "core" is located in following directories: | wee-config.c | Configuration options for WeeChat core (file weechat.conf). | wee-crypto.c | Cryptographic functions. | wee-debug.c | Some debug functions. +| wee-doc.c | Build of files for documentation. | wee-dir.c | Directory/file functions. | wee-eval.c | Evaluation of expressions with references to internal vars. | wee-hashtable.c | Hashtables. @@ -472,7 +473,6 @@ Documentation files: | Path/file | Description | doc/ | Documentation. | docinfo.html | Asciidoctor style. -| docgen.py | Python script to build auto-generated files in _includes/_ directory (see below). | XX/ | Documentation for language XX (languages: en, fr, de, it, ...). | weechat.1.XX.adoc | Man page (`man weechat`). | weechat_dev.XX.adoc | link:weechat_dev.en.html[Developer's guide ^↗^,window=_blank] (this document). @@ -483,17 +483,6 @@ Documentation files: | weechat_scripting.XX.adoc | link:weechat_scripting.en.html[Scripting guide ^↗^,window=_blank]. | weechat_user.XX.adoc | link:weechat_user.en.html[User's guide ^↗^,window=_blank]. | 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!). | 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. |=== @@ -1281,19 +1270,6 @@ $ msgcheck.py xx.po And then you can recompile WeeChat to use the new translations. -[[build_autogen_files]] -===== Build auto-generated files - -Files named `+autogen_*+` in directory _doc/XX/includes/_ are auto-generated by -script _doc/docgen.py_. - -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 |