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

Fix Edoc comment

This commit is contained in:
Badlop 2010-04-28 20:15:15 +02:00
parent 53a5b602dc
commit f01dd3e942

View File

@ -50,7 +50,8 @@
%%%==================================
%%%% get_acl_access
%% @spec (Path::[string()]) -> {HostOfRule, [AccessRule]}
%% @spec (Path::[string()], HttpMethod) -> {HostOfRule, [AccessRule]}
%% HttpMethod = 'GET' | 'POST'
%% All accounts can access those URLs
get_acl_rule([],_) -> {"localhost", [all]};