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_trie.c | |
parent | 3c73848f7989b6b0e5d9495affea454462ece482 (diff) | |
download | rspamd-cf28be3242d57d08bd3666bbce4f60ed67de3022.tar.gz rspamd-cf28be3242d57d08bd3666bbce4f60ed67de3022.zip |
Forgot @module.
Diffstat (limited to 'src/lua/lua_trie.c')
-rw-r--r-- | src/lua/lua_trie.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua/lua_trie.c b/src/lua/lua_trie.c index 540724836..9c0781c5e 100644 --- a/src/lua/lua_trie.c +++ b/src/lua/lua_trie.c @@ -28,6 +28,7 @@ #include "message.h" /*** + * @module rspamd_trie * Rspamd trie module provides the data structure suitable for searching of many * patterns in arbitrary texts (or binary chunks). The algorithmic complexity of * this algorithm is at most O(n + m + z), where `n` is the length of text, `m` is a length of pattern and `z` is a number of patterns in the text. |