Current section
Files
Jump to
Current section
Files
rebar.config
%% vim: ts=4 sw=4 et sts=4 ft=erlang
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
% don't require qdate
%{deps, [qdate]}.
{erl_opts, [
debug_info
]}.
{ex_doc, [
{source_url, <<"https://github.com/choptastic/erlang_ds">>},
{extras, [
<<"README.md">>,
<<"LICENSE.md">>
]},
{main, <<"README.md">>},
{source_url, "https://github.com/choptastic/erlang_ds"},
{api_reference, true},
{skip_undefined_reference_warnings_on, []}
]}.