diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-27 09:48:07 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-27 09:48:07 +0200 |
commit | f377743380e8851e57feb2a7f985b215922bf012 (patch) | |
tree | 171ab797b64e5bebe9f7c32df5c82f86aca71019 /doc/docgen.py | |
parent | 62dbfc16c03d4ba1627e4fcdfdee563cd02ed2b9 (diff) | |
download | weechat-f377743380e8851e57feb2a7f985b215922bf012.zip |
doc: resize columns for table with hdata (plugin API reference)
Diffstat (limited to 'doc/docgen.py')
-rw-r--r-- | doc/docgen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docgen.py b/doc/docgen.py index f8616015b..3bd7019ab 100644 --- a/doc/docgen.py +++ b/doc/docgen.py @@ -493,7 +493,7 @@ def docgen_cmd_cb(data, buffer, args): filename = '%s/plugin_api/hdata.txt' % directory tmpfilename = '%s.tmp' % filename f = open(tmpfilename, 'w') - f.write('[width="100%",cols="^1,^2,5,5,5,5",options="header"]\n') + f.write('[width="100%",cols="^1,^2,4,8,4,4",options="header"]\n') f.write('|========================================\n') f.write('| %s | %s | %s | %s | %s | %s\n\n' % (_('Plugin'), _('Name'), _('Description'), _('Variables'), _('Update allowed'), |