Fix EDoc comment

SVN Revision: 2814
This commit is contained in:
Badlop 2009-12-21 14:35:09 +00:00
parent 3df45683ff
commit 15abddb7a8
1 changed files with 1 additions and 2 deletions

View File

@ -427,8 +427,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}] ->