diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-09 18:41:19 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-09 18:41:19 +0100 |
commit | 80b34ec2ba9976341aa2087d98261066f1ca7314 (patch) | |
tree | a78f209424c3f712325ccb7e4b9c3284ca8f6e8c /src/lua/lua_regexp.c | |
parent | 6707b2c47767f34949066f8fa363499aa9123a3f (diff) | |
download | rspamd-80b34ec2ba9976341aa2087d98261066f1ca7314.tar.gz rspamd-80b34ec2ba9976341aa2087d98261066f1ca7314.zip |
Add documentation for lua logger.
Diffstat (limited to 'src/lua/lua_regexp.c')
-rw-r--r-- | src/lua/lua_regexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua_regexp.c b/src/lua/lua_regexp.c index a384e36cc..b477d3f9b 100644 --- a/src/lua/lua_regexp.c +++ b/src/lua/lua_regexp.c @@ -25,9 +25,9 @@ #include "regexp.h" /*** + * @module rspamd_regexp * Rspamd regexp is an utility module that handles rspamd perl compatible * regular expressions - * @module rspamd_regexp * @example * local rspamd_regexp = require "rspamd_regexp" * |