diff options
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" * |