jelly-beam / rebar3_ex_doc

rebar3 plugin for generating docs with ex_doc
Apache License 2.0
43 stars 13 forks source link

Use include_paths directive in app.src #70

Closed starbelly closed 11 months ago

starbelly commented 11 months ago

include_files was deprecated in rebar3_hex (partially by me 😝), we should be using include_paths instead. This commit addresses this problem.