summaryrefslogtreecommitdiffstats
path: root/doc/doxydown
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2018-02-23 15:32:17 +0200
committerAndrew Lewis <nerf@judo.za.org>2018-02-23 15:32:17 +0200
commita3270c17abb3f8070bfa4fde5513d92e4a8510fd (patch)
tree68b38cb3541778b11eae75b41ebf749ecab41eed /doc/doxydown
parenteb75c68f30b346b352e69eae90c363c8ef113175 (diff)
downloadrspamd-a3270c17abb3f8070bfa4fde5513d92e4a8510fd.tar.gz
rspamd-a3270c17abb3f8070bfa4fde5513d92e4a8510fd.zip
[Minor] Start of documentation for Lua API in Lua
Diffstat (limited to 'doc/doxydown')
-rwxr-xr-xdoc/doxydown/doxydown.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doxydown/doxydown.pl b/doc/doxydown/doxydown.pl
index 45a11ba13..d58d4a906 100755
--- a/doc/doxydown/doxydown.pl
+++ b/doc/doxydown/doxydown.pl
@@ -19,7 +19,7 @@ my %languages = (
filter => qr/^(?:\s*\*+\s*)?(\s*\S.+)\s*$/,
},
lua => {
- start => qr/^\s*\--(?:\[\[+|-+)\s*$/,
+ start => qr/^\s*\--(?:\[\[\[+|-+)\s*$/,
end => qr/^\s*--(:?\]\]+|-+)\s*$/,
filter => qr/^(?:\s*--!?\s)?(\s*\S.+)\s*$/,
},