docs: remove auto-generated comment

This commit is contained in:
Thales Macedo Garitezi 2023-04-18 13:03:06 -03:00
parent f4a3affd6f
commit 180b6acd9e
1 changed files with 0 additions and 9 deletions

View File

@ -14,15 +14,6 @@
start_link() -> start_link() ->
supervisor:start_link({local, ?SERVER}, ?MODULE, []). supervisor:start_link({local, ?SERVER}, ?MODULE, []).
%% sup_flags() = #{strategy => strategy(), % optional
%% intensity => non_neg_integer(), % optional
%% period => pos_integer()} % optional
%% child_spec() = #{id => child_id(), % mandatory
%% start => mfargs(), % mandatory
%% restart => restart(), % optional
%% shutdown => shutdown(), % optional
%% type => worker(), % optional
%% modules => modules()} % optional
init([]) -> init([]) ->
SupFlags = #{ SupFlags = #{
strategy => one_for_all, strategy => one_for_all,