diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-11 20:22:40 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-14 09:42:57 +0200 |
commit | 72982152aae2bc79c1bc397e5227bacde1225c1c (patch) | |
tree | 00e3126a1b8408fba628cbd5ce9f0f5c92358c65 /doc/ja/weechat_plugin_api.ja.asciidoc | |
parent | 7742fee19f0437c706bbec536709ab705a0adc86 (diff) | |
download | weechat-72982152aae2bc79c1bc397e5227bacde1225c1c.zip |
doc: fix size of tables and columns in plugin API reference
Diffstat (limited to 'doc/ja/weechat_plugin_api.ja.asciidoc')
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.asciidoc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.asciidoc b/doc/ja/weechat_plugin_api.ja.asciidoc index 38650eb37..8500087b9 100644 --- a/doc/ja/weechat_plugin_api.ja.asciidoc +++ b/doc/ja/weechat_plugin_api.ja.asciidoc @@ -6964,7 +6964,7 @@ void weechat_printf_date_tags (struct t_gui_buffer *buffer, time_t date, 通常使用するタグ (一部抜粋したリスト): -[width="70%",cols="1m,4",options="header"] +[width="70%",cols="^1,4",options="header"] |=== | タグ | 説明 | no_filter | フィルタできない行 @@ -10358,7 +10358,7 @@ info を使う前にエリアが一致していることを確認して下さい コールバックに送られるハッシュテーブルの内容 (キーと値は "string" 型): -[width="100%",cols="5m,5,8,3",options="header"] +[width="100%",cols="5,5,8,3",options="header"] |=== | キー ^(1)^ | 説明 | 値の例 | 定義できない場合の値 @@ -10465,13 +10465,13 @@ info を使う前にエリアが一致していることを確認して下さい バー要素 "buffer_nicklist" の追加情報: -[width="70%",cols="3m,3,8",options="header"] +[width="60%",cols="1,1,5",options="header"] |=== -| キー | プラグイン ^(1)^ | 説明 -| nick | core | ニックネーム -| prefix | core | ニックネームのプレフィックス -| group | core | グループ名 -| irc_host | irc | ニックネームのホスト名 (判る場合) +| キー | プラグイン ^(1)^ | 説明 +| nick | core | ニックネーム +| prefix | core | ニックネームのプレフィックス +| group | core | グループ名 +| irc_host | irc | ニックネームのホスト名 (判る場合) |=== [NOTE] |