From: Vsevolod Stakhov Date: Thu, 9 Apr 2015 16:24:37 +0000 (+0100) Subject: Add @example tag. X-Git-Tag: 0.9.0~272 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7da462c139ee018d29dc0225acc2b6ca735a1839;p=rspamd.git Add @example tag. --- diff --git a/src/lua/lua_trie.c b/src/lua/lua_trie.c index 9c0781c5e..63b716756 100644 --- a/src/lua/lua_trie.c +++ b/src/lua/lua_trie.c @@ -34,7 +34,7 @@ * 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. * * Here is a typical example of trie usage: - + * @example local rspamd_trie = require "rspamd_trie" local patterns = {'aab', 'ab', 'bcd\0ef'}