%% -*- erlang -*-
{erl_opts, [debug_info]}.
{xref_checks, [undefined_function_calls]}.

{cover_enabled, true}.
{eunit_opts, [verbose]}.

{clean_files, ["*~","*/*~","ebin/*.beam"]}.

{ex_doc, [
     {extras, ["README.md"]},
     {main, "README.md"},
     {source_url, "https://github.com/uwiger/edown"}
]}.

{hex, [{doc, ex_doc}]}.

%% This is a reasonable set of options to use for edown, but edown
%% doesn't actually use rebar to make its own docs.
%% {edoc_opts, [{doclet, edown_doclet},
%%              {source_path, ["src", "test"]},
%%              {stylesheet, ""},
%%              {image, ""},
%%  	        {app_default,"http://www.erlang.org/doc/man"}]}.
