diff options
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). */ /*** |