diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-11-04 21:41:34 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-11-04 21:41:34 +0100 |
commit | e3c63849720f968b6ef4087a137b693b0f7f1481 (patch) | |
tree | 0693ee54c773580c590a1679be98e36a3cbc4d99 /doc/en/autogen/plugin_api | |
parent | f5a65c9b2ba45e20b2f7fe118961fd04c9b2466f (diff) | |
download | weechat-e3c63849720f968b6ef4087a137b693b0f7f1481.zip |
doc: use one line titles and less chars for delimited blocks/tables in asciidoc files
Diffstat (limited to 'doc/en/autogen/plugin_api')
-rw-r--r-- | doc/en/autogen/plugin_api/completions.txt | 4 | ||||
-rw-r--r-- | doc/en/autogen/plugin_api/infolists.txt | 4 | ||||
-rw-r--r-- | doc/en/autogen/plugin_api/infos.txt | 4 | ||||
-rw-r--r-- | doc/en/autogen/plugin_api/infos_hashtable.txt | 4 | ||||
-rw-r--r-- | doc/en/autogen/plugin_api/url_options.txt | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/doc/en/autogen/plugin_api/completions.txt b/doc/en/autogen/plugin_api/completions.txt index 4dd4fb19a..9a91bcb8c 100644 --- a/doc/en/autogen/plugin_api/completions.txt +++ b/doc/en/autogen/plugin_api/completions.txt @@ -1,5 +1,5 @@ [width="65%",cols="^1,^2,8",options="header"] -|======================================== +|=== | Plugin | Name | Description | alias | alias | list of aliases @@ -130,4 +130,4 @@ | xfer | nick | nicks of DCC chat -|======================================== +|=== diff --git a/doc/en/autogen/plugin_api/infolists.txt b/doc/en/autogen/plugin_api/infolists.txt index 24b8b170c..39e672b01 100644 --- a/doc/en/autogen/plugin_api/infolists.txt +++ b/doc/en/autogen/plugin_api/infolists.txt @@ -1,5 +1,5 @@ [width="100%",cols="^1,^2,5,5,5",options="header"] -|======================================== +|=== | Plugin | Name | Description | Pointer | Arguments | alias | alias | list of aliases | alias pointer (optional) | alias name (can start or end with "*" as wildcard) (optional) @@ -70,4 +70,4 @@ | xfer | xfer | list of xfer | xfer pointer (optional) | - -|======================================== +|=== diff --git a/doc/en/autogen/plugin_api/infos.txt b/doc/en/autogen/plugin_api/infos.txt index 2981b9f66..edae6f78b 100644 --- a/doc/en/autogen/plugin_api/infos.txt +++ b/doc/en/autogen/plugin_api/infos.txt @@ -1,5 +1,5 @@ [width="100%",cols="^1,^2,6,6",options="header"] -|======================================== +|=== | Plugin | Name | Description | Arguments | aspell | aspell_dict | comma-separated list of dictionaries used in buffer | buffer pointer ("0x12345678") or buffer full name ("irc.freenode.#weechat") @@ -62,4 +62,4 @@ | weechat | weechat_upgrading | 1 if WeeChat is upgrading (command `/upgrade`) | - -|======================================== +|=== diff --git a/doc/en/autogen/plugin_api/infos_hashtable.txt b/doc/en/autogen/plugin_api/infos_hashtable.txt index e870dfa67..c0bd15a72 100644 --- a/doc/en/autogen/plugin_api/infos_hashtable.txt +++ b/doc/en/autogen/plugin_api/infos_hashtable.txt @@ -1,9 +1,9 @@ [width="100%",cols="^1,^2,6,6,6",options="header"] -|======================================== +|=== | Plugin | Name | Description | Hashtable (input) | Hashtable (output) | irc | irc_message_parse | parse an IRC message | "message": IRC message, "server": server name (optional) | "tags": tags, "message_without_tags": message without the tags, "nick": nick, "host": host, "command": command, "channel": channel, "arguments": arguments (includes channel) | irc | irc_message_split | split an IRC message (to fit in 512 bytes) | "message": IRC message, "server": server name (optional) | "msg1" ... "msgN": messages to send (without final "\r\n"), "args1" ... "argsN": arguments of messages, "count": number of messages -|======================================== +|=== diff --git a/doc/en/autogen/plugin_api/url_options.txt b/doc/en/autogen/plugin_api/url_options.txt index 1d768e655..11dcfa6e7 100644 --- a/doc/en/autogen/plugin_api/url_options.txt +++ b/doc/en/autogen/plugin_api/url_options.txt @@ -1,5 +1,5 @@ [width="100%",cols="2,^1,7",options="header"] -|======================================== +|=== | Option | Type | Constants ^(1)^ | verbose | long | @@ -298,4 +298,4 @@ | new_directory_perms | long | -|======================================== +|=== |