From: Vsevolod Stakhov Date: Sat, 6 Sep 2014 21:46:32 +0000 (-0700) Subject: Fix URL markdown. X-Git-Tag: 0.7.0~25^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2830cd13e47cf2fa6505cf52464f46b01c3237b0;p=rspamd.git Fix URL markdown. --- 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);