Sfoglia il codice sorgente

Fix method name in the documentation.

tags/0.9.0
Vsevolod Stakhov 9 anni fa
parent
commit
a15fc684b6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/lua/lua_task.c

+ 1
- 1
src/lua/lua_task.c Vedi File

@@ -163,7 +163,7 @@ LUA_FUNCTION_DEF (task, get_urls);
*/
LUA_FUNCTION_DEF (task, get_content);
/***
* @method task:get_urls()
* @method task:get_emails()
* Get all email addresses found in a message.
* @return {table rspamd_url} list of all email addresses found
*/

Loading…
Annulla
Salva