Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [debug_info]}.
{deps, []}.
{plugins, [rebar3_ex_doc]}.
{shell, [
% {config, "config/sys.config"},
{apps, [xlerl]}
]}.
{hex, [{doc, #{provider => ex_doc}}]}.
{dialyzer, [{plt_extra_apps, [xmerl]}]}.
{ex_doc, [
{extras, [
{"README.md", #{title => "Overview"}},
{"LICENSE.md", #{title => "License"}}
]},
{main, "README.md"},
{homepage_url, "https://github.com/stritzinger/xlerl"},
{source_url, "https://github.com/stritzinger/xlerl"},
{api_reference, true}
]}.