Browse Source

[Minor] Correct the docs

tags/3.0
Vsevolod Stakhov 3 years ago
parent
commit
7d0160a7d8
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      src/lua/lua_task.c

+ 3
- 3
src/lua/lua_task.c View File

@@ -262,9 +262,9 @@ LUA_FUNCTION_DEF (task, get_urls);
* - If flags include are nil then all but excluded urls are returned
* - If flags exclude are nil then only included explicitly urls are returned
* - If both parameters are nil then all urls are included
* @param {table|string} flags_include included flags
* @param {table|string} flags_exclude excluded flags
* @param {table|string} protocols_mask incude only specific protocols
* @param {table} flags_include included flags
* @param {table} flags_exclude excluded flags
* @param {table} protocols_mask incude only specific protocols
* @return {table rspamd_url} list of urls matching conditions
*/
LUA_FUNCTION_DEF (task, get_urls_filtered);

Loading…
Cancel
Save