From: Vsevolod Stakhov Date: Sun, 21 Sep 2014 17:59:26 +0000 (+0100) Subject: Update documentation. X-Git-Tag: 0.7.1~28 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8f20ff496c3d4cf5e2561cb3afd044f8523a3be2;p=rspamd.git Update documentation. --- diff --git a/doc/doxydown b/doc/doxydown index 0284fa5cb..54377c45b 160000 --- a/doc/doxydown +++ b/doc/doxydown @@ -1 +1 @@ -Subproject commit 0284fa5cb263b787b50cb75997617acdf29ba3e8 +Subproject commit 54377c45bbdfa19df8c006f3b7377d222da51165 diff --git a/src/lua/lua_task.c b/src/lua/lua_task.c index aa080792b..2383a8ae0 100644 --- a/src/lua/lua_task.c +++ b/src/lua/lua_task.c @@ -585,8 +585,6 @@ lua_check_url (lua_State * L) return ud ? *((struct uri **)ud) : NULL; } -/*** Task interface ***/ - static int lua_task_create_empty (lua_State *L) { @@ -1827,8 +1825,6 @@ lua_task_get_metric_action (lua_State *L) return 0; } -/**** Textpart implementation *****/ - /*** * @module mime_textpart * This module provides different methods to manipulate text parts data. Text parts