Packages
rebar3 plugin for generating docs with ex_doc
Retired package: Release invalid - rebar3_ex_doc was transferred to a new owner and this version is not related to the current version of rebar3_ex_doc
Current section
Files
Jump to
Current section
Files
rebar3_ex_doc
rebar.config
rebar.config
{erl_opts, [debug_info]}.
{plugins, [
rebar3_eep48,
{rebar3_erlydtl_plugin,
{git, "https://github.com/tsloughter/rebar3_erlydtl_plugin.git", {branch, "master"}}}
]}.
{deps, []}.
{provider_hooks, [
{pre, [{compile, {erlydtl, compile}}]}
]}.