Current section

Files

Jump to
eunit_addons rebar.config
Raw

rebar.config

%% -*- erlang -*-
{profiles,
%% Add the edown dependency (for generating markdown docs) when
%% running with the edown profile ==> make it an optional dependency.
[{edown, [{deps, [edown]},
{edoc_opts, [{doclet, edown_doclet}]}]}]}.