jelly-beam / rebar3_ex_doc

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

Translate 'skip_undefined_reference_warnings_on' ExDoc option #34

Closed the-mikedavis closed 1 year ago

the-mikedavis commented 2 years ago

ExDoc uses this option to silence autolink warnings (warnings like "X references "init/1" but it is hidden") in ExDoc.Autolink.maybe_warn. The skips in this list are checked against binaries so to translate between rebar3_ex_doc and ExDoc, we only need to ensure that each of the skipped elements is a binary.

starbelly commented 1 year ago

@the-mikedavis Works perfect! Do you think we should doc this?

Edit:

On second thought, if we do want to doc it (basically stick in the README), we can do that in another PR 😁