Packages

An Erlang Mutex Server for Nitrogen

Current section

Files

Jump to
mutagen rebar.config
Raw

rebar.config

%% vim: ts=4 sw=4 et sts=4 ft=erlang
{erl_opts, [
debug_info
]}.
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
{extras, [
%{"CHANGELOG.md", #{title => "Changelog"}},
{"LICENSE", #{title => "License"}},
{"README.md", #{title => "Overview"}}
]},
{main, "README.md"},
{source_url, "https://github.com/nitrogen/mutagen"},
{api_reference, false},
{skip_undefined_reference_warnings_on, [
%"CHANGELOG.md",
"README.md"
]}
]}.