]> source.dussan.org Git - rspamd.git/commitdiff
Fix URL markdown.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 6 Sep 2014 21:46:32 +0000 (14:46 -0700)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 6 Sep 2014 21:46:32 +0000 (14:46 -0700)
src/lua/lua_task.c

index feea03b819b4118e0b58101916c032339e5ce0e8..05c4730e4bf4faf8888c7e89d59b9ee3dad10cde 100644 (file)
@@ -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);