aboutsummaryrefslogtreecommitdiffstats
path: root/lualib
diff options
context:
space:
mode:
Diffstat (limited to 'lualib')
-rw-r--r--lualib/lua_stat.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/lualib/lua_stat.lua b/lualib/lua_stat.lua
index ff7d192ac..9b72a1f22 100644
--- a/lualib/lua_stat.lua
+++ b/lualib/lua_stat.lua
@@ -14,6 +14,11 @@ See the License for the specific language governing permissions and
limitations under the License.
]]--
+--[[[
+-- @module lua_stat
+-- This module contains helper functions for supporting statistics
+--]]
+
local logger = require "rspamd_logger"
local sqlite3 = require "rspamd_sqlite3"
local util = require "rspamd_util"