From cf28be3242d57d08bd3666bbce4f60ed67de3022 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 9 Apr 2015 17:22:43 +0100 Subject: Forgot @module. --- src/lua/lua_expression.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/lua/lua_expression.c') diff --git a/src/lua/lua_expression.c b/src/lua/lua_expression.c index 2d7ceb734..d8bd0409e 100644 --- a/src/lua/lua_expression.c +++ b/src/lua/lua_expression.c @@ -25,6 +25,12 @@ #include "lua_common.h" #include "expression.h" +/*** + * @module rspamd_expression + * This module can be used to implement different logic expressions in lua using + * rspamd AST optimizer. There are some examples in individual methods definitions to help understanding of this module. + */ + /*** * @function rspamd_expression.create(line, {parse_func, process_func}, pool) * Create expression from the line using atom parsing routines and the specified memory pool -- cgit v1.2.3