Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [debug_info, {src_dirs, ["src"]}]}.
{cover_enabled, true}.
{cover_export_enabled, true}.
{xref_checks, [undefined_function_calls, undefined_functions, deprecated_function_calls, deprecated_functions]}.
{edoc_opts,
[{layout, p1_edoc_layout},
{stylesheet, "style.css"},
{image, "logo.png"},
{link, "http://www.process-one.net"}
]}.
{profiles, [{test, [{erl_opts, [{src_dirs, ["src", "test"]}]}]}]}.
%% Local Variables:
%% mode: erlang
%% End:
%% vim: set filetype=erlang tabstop=8: