aboutsummaryrefslogtreecommitdiff
path: root/src/web/ejabberd_web_admin.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2009-01-03 21:29:54 +0000
committerBadlop <badlop@process-one.net>2009-01-03 21:29:54 +0000
commit91a7110941b327ac70f75ecdc9b92d5baabd2f6b (patch)
treebf081310adae4599c724f7d1438132dc7b168bbc /src/web/ejabberd_web_admin.erl
parentPubSub: Added access-whitelist and member-affiliation features (EJAB-780) (diff)
* src/*.erl: Fix EDoc comments
SVN Revision: 1771
Diffstat (limited to 'src/web/ejabberd_web_admin.erl')
-rw-r--r--src/web/ejabberd_web_admin.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/ejabberd_web_admin.erl b/src/web/ejabberd_web_admin.erl
index 8f15fd718..b25882d9a 100644
--- a/src/web/ejabberd_web_admin.erl
+++ b/src/web/ejabberd_web_admin.erl
@@ -107,7 +107,7 @@ get_auth(Auth) ->
make_xhtml(Els, Host, Lang) ->
make_xhtml(Els, Host, cluster, Lang).
-%% @spec (Els, Host, Node, Lang)
+%% @spec (Els, Host, Node, Lang) -> {200, [html], xmlelement()}
%% where Host = global | string()
%% Node = cluster | atom()
make_xhtml(Els, Host, Node, Lang) ->