Today, EEP has an Anno field for each entry, which is documented as follows:
Anno - annotation (line, column, file) of the module documentation or of the definition itself (see erl_anno)
The issue, however, is that Erlang has distinct locations for documentation and source code. In order to not introduce a breaking change to EEP 48, I propose:
Enforce Anno to be about the source code
Introduce an edit_url metadata field that contains the URL for editing the documentation
Today, EEP has an Anno field for each entry, which is documented as follows:
The issue, however, is that Erlang has distinct locations for documentation and source code. In order to not introduce a breaking change to EEP 48, I propose:
Anno
to be about the source codeedit_url
metadata field that contains the URL for editing the documentation