diff options
Diffstat (limited to 'doc/docgen.pl')
-rw-r--r-- | doc/docgen.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/docgen.pl b/doc/docgen.pl index 060c67e06..4151a5b20 100644 --- a/doc/docgen.pl +++ b/doc/docgen.pl @@ -66,10 +66,10 @@ my %plugin_list = ("weechat" => "co", "alias" => "", "aspell" => "o", "charset" => "co", "demo" => "co", "fifo" => "co", "irc" => "co", "logger" => "co", - "notify" => "co", "perl" => "", - "python" => "", "ruby" => "", - "lua" => "", "tcl" => "", - "xfer" => "co"); + "notify" => "co", "relay" => "co", + "perl" => "", "python" => "", + "ruby" => "", "lua" => "", + "tcl" => "", "xfer" => "co"); # options to ignore my @ignore_options = ("aspell\\.dict\\..*", |