diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-12-10 12:28:51 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-12-10 12:28:51 +0000 |
commit | f4fd78cc16cba671475fe22ea619858340454c96 (patch) | |
tree | 0095d28105e0f569a163a2764ad063952b2ee9f0 /src/lua/lua_map.c | |
parent | 13252a6d575615170031f56797f328da55f77b71 (diff) | |
download | rspamd-f4fd78cc16cba671475fe22ea619858340454c96.tar.gz rspamd-f4fd78cc16cba671475fe22ea619858340454c96.zip |
[Doc] Add missing lua references
Diffstat (limited to 'src/lua/lua_map.c')
-rw-r--r-- | src/lua/lua_map.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lua/lua_map.c b/src/lua/lua_map.c index 9cf50f1a2..98b025ea2 100644 --- a/src/lua/lua_map.c +++ b/src/lua/lua_map.c @@ -24,6 +24,9 @@ * This module is used to manage rspamd maps and map like objects * * @module rspamd_map + * + * All maps could be obtained by function `rspamd_config:get_maps()` + * Also see [`lua_maps` module description](lua_maps.html). */ /*** |