diff options
author | Andrew Lewis <nerf@judo.za.org> | 2018-02-23 15:32:17 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2018-02-23 15:32:17 +0200 |
commit | a3270c17abb3f8070bfa4fde5513d92e4a8510fd (patch) | |
tree | 68b38cb3541778b11eae75b41ebf749ecab41eed /doc/doxydown | |
parent | eb75c68f30b346b352e69eae90c363c8ef113175 (diff) | |
download | rspamd-a3270c17abb3f8070bfa4fde5513d92e4a8510fd.tar.gz rspamd-a3270c17abb3f8070bfa4fde5513d92e4a8510fd.zip |
[Minor] Start of documentation for Lua API in Lua
Diffstat (limited to 'doc/doxydown')
-rwxr-xr-x | doc/doxydown/doxydown.pl | 2 |
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*$/, }, |