aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_auth.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2009-08-17 17:16:43 +0000
committerBadlop <badlop@process-one.net>2009-08-17 17:16:43 +0000
commit45b12ec8864d7f2332f791b3f3700a01c4b36aa7 (patch)
tree7a26fad890a94f58a107ea1fd948763dc44a2704 /src/ejabberd_auth.erl
parentUpdate German translation (thanks to Nikolaus Polak) (diff)
Fix EDoc errors.
SVN Revision: 2494
Diffstat (limited to 'src/ejabberd_auth.erl')
-rw-r--r--src/ejabberd_auth.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ejabberd_auth.erl b/src/ejabberd_auth.erl
index 90bb34d17..041fe1cc4 100644
--- a/src/ejabberd_auth.erl
+++ b/src/ejabberd_auth.erl
@@ -84,7 +84,7 @@ check_password(User, Server, Password) ->
end.
%% @doc Check if the user and password can login in server.
-%% @spec (User::string(), Server::string(), Password::string()
+%% @spec (User::string(), Server::string(), Password::string(),
%% Digest::string(), DigestGen::function()) ->
%% true | false
check_password(User, Server, Password, Digest, DigestGen) ->