elixir-lang / ex_doc

ExDoc produces HTML and EPUB documentation for Elixir projects
http://elixir-lang.org
Other
1.44k stars 325 forks source link

No support for debug_info keys? #1928

Open Olivier-Boudeville opened 2 months ago

Olivier-Boudeville commented 2 months ago

Hi,

Apparently ExDoc does not support (yet) debug_info keys, like used (at least with Erlang) when a module is compiled with: {debug_info_key,KeyString}?

For example, a foo module compiled with such a key, once given to ExDoc, results in: warning: skipping docs for module :foo, reason: :no_debug_info

(moreover no mention of debug_info keys found with ex_doc -h|grep -i debug, in https://hexdocs.pm/ex_doc/search.html?q=debug_info or in https://github.com/elixir-lang/ex_doc)

josevalim commented 2 months ago

I believe we indeed don't support it yet. Pull requests welcome!