diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-08-25 14:25:20 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-08-25 14:25:20 +0100 |
commit | 4d21307e331ee4b6fc34bd5299447f0b9bf5804c (patch) | |
tree | 3fb007c535bf269254a556b96a0eaf0e5ab27b92 /src/lua | |
parent | b590ac441884c7e433ae6f98b9c488a0f4d30043 (diff) | |
download | rspamd-4d21307e331ee4b6fc34bd5299447f0b9bf5804c.tar.gz rspamd-4d21307e331ee4b6fc34bd5299447f0b9bf5804c.zip |
Add lua_util documentation header.
Diffstat (limited to 'src/lua')
-rw-r--r-- | src/lua/lua_util.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lua/lua_util.c b/src/lua/lua_util.c index 9fc71d86a..5b57c9158 100644 --- a/src/lua/lua_util.c +++ b/src/lua/lua_util.c @@ -29,6 +29,12 @@ #include "tokenizers/tokenizers.h" /*** + * @module rspamd_util + * This module contains some generic purpose utilities that could be useful for + * testing and production rules. + */ + +/*** * @function util.create_event_base() * Creates new event base for processing asynchronous events * @return {ev_base} new event processing base |