Current section

Files

Jump to
stemerge rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{eunit_opts, [verbose]}.
{ex_doc, [
{extras, ["README.md", "LICENSE"]},
{main, "README.md"},
{source_url, "https://github.com/donderom/stemerge"}
]}.
{hex, [{doc, ex_doc}]}.