Closed weiss closed 2 years ago
Makes sense to me 👍 I'll give this a go later on today.
Thanks! :+1: (And thank you for the plugin, I used a manual hack before, nice replacement!)
Anyway, I just force-pushed a change to cope with the case where no dependencies are used at all. I.e., to avoid adding a dangling --paths
argument in that case.
@weiss Tested this out, works like a charm 🚀
rebar3_ex_doc 0.2.7 released ❤️💛💚💙💜
Add the
ebin
directories of dependencies to the code path usingex_doc
's--paths
option. Otherwise, iffoo.erl
referencesdep:type/0
, this results in the following warning: