diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-09 17:22:43 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-09 17:22:43 +0100 |
commit | cf28be3242d57d08bd3666bbce4f60ed67de3022 (patch) | |
tree | 0a9fa4c2e697811bd606157dce557d027067bffc /src/lua/lua_expression.c | |
parent | 3c73848f7989b6b0e5d9495affea454462ece482 (diff) | |
download | rspamd-cf28be3242d57d08bd3666bbce4f60ed67de3022.tar.gz rspamd-cf28be3242d57d08bd3666bbce4f60ed67de3022.zip |
Forgot @module.
Diffstat (limited to 'src/lua/lua_expression.c')
-rw-r--r-- | src/lua/lua_expression.c | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ -26,6 +26,12 @@ #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 * @param {string} line expression line |