io() = #{debug := printer(term()), info := printer(term()), warn := printer(term()), abort := printer(no_return())}
mode() = show | show_exported | annotate | annotate_inc_files | annotate_in_place
opts() = #{mode := mode(), show_succ => boolean(), no_spec => boolean(), edoc => boolean(), plt => file:filename(), trusted => [file:filename()], files_r => [file:filename_all()], macros => [{atom(), term()}], io => io()}
printer(Return) = fun((io:format(), [term()]) -> Return)
run/1 |
run(Opts::opts()) -> ok
Generated by EDoc