docs: improve fn docs

Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
Thales Macedo Garitezi 2022-11-10 14:02:43 -03:00 committed by GitHub
parent 83183b7e4b
commit fbf5764b2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -302,6 +302,7 @@ find_by_id(Id, [L | Rest]) ->
false -> find_by_id(Id, Rest)
end.
%% @doc Called by Enterprise edition to dynamically reload configs.
-spec maybe_register_crl_urls([esockd:option()]) -> ok.
maybe_register_crl_urls(Options) ->
CRLOptions = proplists:get_value(crl_options, Options, []),