Current section
Files
Jump to
Current section
Files
rebar.config
{erl_first_files, ["src/elli_handler.erl"]}.
{erl_opts, [debug_info, {i, "include"}]}.
{cover_enabled, true}.
{deps, []}.
{xref_checks, [undefined_function_calls,locals_not_used]}.
{profiles, [
{docs, [
{deps, [{edown, "0.8.1"}]},
{edoc_opts, [
{def, [
{'EXAMPLE_CONF',"[{callback,elli_example_callback},{callback_args,[]}]"}
]},
{doclet, edown_doclet}
]}
]}
]}.
{shell, [{script_file, "bin/shell.escript"}]}.