-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Hello, i think the Erlang documentation is wrongly indexed or outdated.
This has been tested with the version 26 of the Erlang documentation "erlang~26".
I can successfully install it, but when i try to lookup a symbol, it gives me the following error:
"Marker does not point anywhere".
I have tried other documentations and i don't have this issue.
It is to be noted that devdocs.io latest Erlang documentation is outdated: the last Erlang version is 28 (the one installed on my system).
So i don't know if the error comes from the version mismatch or from some specific erlang syntax that makes it hard to index properly.
(I have seen that using ":" to delimit module from function names instead of the classic "." could lead to issues in the past in the devdocs github repo).
Thank you for this package.