24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-06 21:37:17 +02:00

Fix EDoc comment

SVN Revision: 2813
This commit is contained in:
Badlop 2009-12-21 14:31:10 +00:00
parent eb26edf5f5
commit 848e72bcab

View File

@ -446,8 +446,7 @@ is_group_enabled(Host, Group) ->
false
end.
%% @spec (Host::string(), Group::string(), Opt::atom(), Default::any())
%% -> OptValue::any() | Default::any()
%% @spec (Host::string(), Group::string(), Opt::atom(), Default) -> OptValue | Default
get_group_opt(Host, Group, Opt, Default) ->
case catch mnesia:dirty_read(sr_group, {Group, Host}) of
[#sr_group{opts = Opts}] ->