From: Vsevolod Stakhov Date: Tue, 25 Aug 2015 13:25:20 +0000 (+0100) Subject: Add lua_util documentation header. X-Git-Tag: 1.0.0~170 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4d21307e331ee4b6fc34bd5299447f0b9bf5804c;p=rspamd.git Add lua_util documentation header. --- 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 @@ -28,6 +28,12 @@ #include "cfg_rcl.h" #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