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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7da462c139ee018d29dc0225acc2b6ca735a1839;p=thirdparty%2Frspamd.git Add @example tag. --- diff --git a/src/lua/lua_trie.c b/src/lua/lua_trie.c index 9c0781c5e6..63b7167566 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'}