]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Lua_task: Fix doc strings
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 27 Mar 2019 14:59:18 +0000 (14:59 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 27 Mar 2019 14:59:18 +0000 (14:59 +0000)
src/lua/lua_task.c

index 92ae7e9d1779be65a1c8491b4158acbd35320701..833c31e605fd2ab17c133e98cd9c178bdd5b98fa 100644 (file)
@@ -631,15 +631,15 @@ LUA_FUNCTION_DEF (task, get_symbols_tokens);
  */
 LUA_FUNCTION_DEF (task, has_symbol);
 /***
- * @method task:has_symbol(name)
- * Fast path to check if a specified symbol is in the task's results
+ * @method task:enable_symbol(name)
+ * Enable specified symbol for this particular task
  * @param {string} name symbol's name
  * @return {boolean} `true` if symbol has been found
  */
 LUA_FUNCTION_DEF (task, enable_symbol);
 /***
- * @method task:has_symbol(name)
- * Fast path to check if a specified symbol is in the task's results
+ * @method task:disable_symbol(name)
+ * Disable specified symbol for this particular task
  * @param {string} name symbol's name
  * @return {boolean} `true` if symbol has been found
  */