summaryrefslogtreecommitdiff
path: root/doc/docgen.pl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/docgen.pl')
-rw-r--r--doc/docgen.pl8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/docgen.pl b/doc/docgen.pl
index 66b3fef2c..3f01c3e87 100644
--- a/doc/docgen.pl
+++ b/doc/docgen.pl
@@ -72,9 +72,13 @@ my %plugin_list = ("weechat" => "co", "alias" => "",
"xfer" => "co");
# options to ignore
-my @ignore_options = ("weechat\\.bar\\..*",
+my @ignore_options = ("aspell\\.dict\\..*",
"irc\\.server\\..*",
- "aspell\\.dict\\..*");
+ "logger\\.level\\..*",
+ "logger\\.mask\\..*",
+ "weechat\\.bar\\..*",
+ "weechat\\.debug\\..*",
+ );
# --------------------------------[ init ]--------------------------------------