Current section
Files
Jump to
Current section
Files
eunit_addons
rebar.config
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}]}]}]}.