[erlang-bugs] edoc ignoring all docs from included .hrl
Nico Kruber
nico.kruber@REDACTED
Wed Feb 13 15:52:06 CET 2013
edoc seems to ignore _all_ documentation from included .hrl files (at least
R15B03 and R16A)
While it should probably ignore file-scope documentation, docs for types and
functions should be present in the modules that include the .hrl.
The functions themselves are present in the generated docs, just not the
description.
-> use the attached files and run edoc:
erl -noshell -run edoc_run application "'my_app'" '"."' '[{preprocess, true}]'
Nico
-------------- next part --------------
A non-text attachment was scrubbed...
Name: db_common.hrl
Type: text/x-matlab
Size: 385 bytes
Desc: not available
URL: <http://erlang.org/pipermail/erlang-bugs/attachments/20130213/cb4c62fd/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: db_ets.erl
Type: text/x-erlang
Size: 292 bytes
Desc: not available
URL: <http://erlang.org/pipermail/erlang-bugs/attachments/20130213/cb4c62fd/attachment-0001.bin>
More information about the erlang-bugs
mailing list