24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-24 22:25:47 +02:00

Add documentation stub for some types. This will be filled later.

PR:		EJABP-1

SVN Revision: 1865
This commit is contained in:
Jean-Sébastien Pédron 2009-02-06 13:34:12 +00:00
parent 8290026940
commit 93b26d947c
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-02-06 Jean-Sébastien Pédron <js.pedron@meetic-corp.com>
* src/web/ejabberd_web.erl, src/web/ejabberd_http.erl: Add
documentation stub for some types. This will be filled later.
2009-02-05 Jean-Sébastien Pédron <js.pedron@meetic-corp.com>
* src/ejabberd_auth.erl, src/ejabberd_auth_anonymous.erl,

View File

@ -40,6 +40,9 @@
-include("ejabberd.hrl").
-include("ejabberd_http.hrl").
%% @type request() = term()
%% @type query() = list()
-record(state, {sockmod,
socket,
request_method,

View File

@ -36,6 +36,7 @@
-include("ejabberd.hrl").
-include("ejabberd_http.hrl").
%% @type html() = term()
%% XXX bard: there are variants of make_xhtml in ejabberd_http and
%% ejabberd_web_admin. It might be a good idea to centralize it here