diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-09-06 14:46:32 -0700 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-09-06 14:46:32 -0700 |
commit | 2830cd13e47cf2fa6505cf52464f46b01c3237b0 (patch) | |
tree | 923585a060e7ba70848d9f125916345515aaf2d6 /src/lua | |
parent | ec29a6b645b8efb3d0141c1965c0aa2fa390a8c1 (diff) | |
download | rspamd-2830cd13e47cf2fa6505cf52464f46b01c3237b0.tar.gz rspamd-2830cd13e47cf2fa6505cf52464f46b01c3237b0.zip |
Fix URL markdown.
Diffstat (limited to 'src/lua')
-rw-r--r-- | src/lua/lua_task.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua_task.c b/src/lua/lua_task.c index feea03b81..05c4730e4 100644 --- a/src/lua/lua_task.c +++ b/src/lua/lua_task.c @@ -81,7 +81,7 @@ LUA_FUNCTION_DEF (task, process_message); /*** * @method task:get_cfg() * Get configuration object for a task. - * @return {rspamd_config} [config.md](configuration object) for the task + * @return {rspamd_config} (config.md)[configuration object] for the task */ LUA_FUNCTION_DEF (task, get_cfg); LUA_FUNCTION_DEF (task, set_cfg); |