0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 04:30:25 +00:00

Remove a completed @todo comment

This commit is contained in:
Loïc Hoguin 2012-02-27 08:06:27 +01:00
parent f7884475a5
commit ac1424fd6a

View file

@ -58,7 +58,6 @@ messages() -> {ssl, ssl_closed, ssl_error}.
%% </dl> %% </dl>
%% %%
%% @see ssl:listen/2 %% @see ssl:listen/2
%% @todo The password option shouldn't be mandatory.
-spec listen([{port, inet:ip_port()} | {certfile, string()} -spec listen([{port, inet:ip_port()} | {certfile, string()}
| {keyfile, string()} | {password, string()} | {keyfile, string()} | {password, string()}
| {cacertfile, string()} | {ip, inet:ip_address()}]) | {cacertfile, string()} | {ip, inet:ip_address()}])