diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-10-18 16:20:10 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-10-18 16:20:10 +0200 |
commit | 843451f9bf2d9a61e75842b1202d412ab0c05587 (patch) | |
tree | 6463b9540181712703b5a8acce1ca40594c6af23 /doc/docgen.pl | |
parent | ac107802fdd508ecaa6fd44cc56d2ff1cdc3f9b6 (diff) | |
download | weechat-843451f9bf2d9a61e75842b1202d412ab0c05587.zip |
Remove aspell real_time option (not used any more), update aspell doc
Diffstat (limited to 'doc/docgen.pl')
-rw-r--r-- | doc/docgen.pl | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/docgen.pl b/doc/docgen.pl index 8a04f2798..76d8326da 100644 --- a/doc/docgen.pl +++ b/doc/docgen.pl @@ -63,13 +63,13 @@ my @locale_list = qw(en_US fr_FR de_DE); # /name (where "name" # is name of plugin) # Note: we consider core is a plugin called "weechat" my %plugin_list = ("weechat" => "co", "alias" => "", - "charset" => "c", "debug" => "co", - "demo" => "co", "fifo" => "co", - "irc" => "co", "logger" => "co", - "notify" => "co", "perl" => "", - "python" => "", "ruby" => "", - "lua" => "", "tcl" => "", - "xfer" => "co"); + "aspell" => "o", "charset" => "c", + "debug" => "co", "demo" => "co", + "fifo" => "co", "irc" => "co", + "logger" => "co", "notify" => "co", + "perl" => "", "python" => "", + "ruby" => "", "lua" => "", + "tcl" => "", "xfer" => "co"); # options to ignore my @ignore_options = ("weechat\\.bar\\..*", |