mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Add documentation stub for some types. This will be filled later.
PR: EJABP-1 SVN Revision: 1865
This commit is contained in:
parent
8290026940
commit
93b26d947c
@ -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>
|
2009-02-05 Jean-Sébastien Pédron <js.pedron@meetic-corp.com>
|
||||||
|
|
||||||
* src/ejabberd_auth.erl, src/ejabberd_auth_anonymous.erl,
|
* src/ejabberd_auth.erl, src/ejabberd_auth_anonymous.erl,
|
||||||
|
@ -40,6 +40,9 @@
|
|||||||
-include("ejabberd.hrl").
|
-include("ejabberd.hrl").
|
||||||
-include("ejabberd_http.hrl").
|
-include("ejabberd_http.hrl").
|
||||||
|
|
||||||
|
%% @type request() = term()
|
||||||
|
%% @type query() = list()
|
||||||
|
|
||||||
-record(state, {sockmod,
|
-record(state, {sockmod,
|
||||||
socket,
|
socket,
|
||||||
request_method,
|
request_method,
|
||||||
|
@ -36,6 +36,7 @@
|
|||||||
-include("ejabberd.hrl").
|
-include("ejabberd.hrl").
|
||||||
-include("ejabberd_http.hrl").
|
-include("ejabberd_http.hrl").
|
||||||
|
|
||||||
|
%% @type html() = term()
|
||||||
|
|
||||||
%% XXX bard: there are variants of make_xhtml in ejabberd_http and
|
%% 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
|
%% ejabberd_web_admin. It might be a good idea to centralize it here
|
||||||
|
Loading…
Reference in New Issue
Block a user