[erlang-questions] [ANN] OTP 17.0 on erldocs.com
Pierre Fenoll
pierrefenoll@REDACTED
Tue May 6 19:01:12 CEST 2014
Hello!
Erldocs, an alternative Erlang/OTP documentation and a doc generation tool
has been updated!
You will find documentation for Erlang/OTP release 17.0 at
http://erldocs.com/
I have patched erldocs to be able to build the docs for 17.0-rc2 and 17.0
and was finally able to generate detailed specs information.
For instance, here is the gb_sets page…
- before:
http://erldocs.com/R16B02/stdlib/gb_sets.html?i=1&search=gb_sets#add/2
- after:
http://erldocs.com/17.0/stdlib/gb_sets.html?i=1&search=gb_sets#add/2
Still, there is an issue about missing include directories that inhibits my
changes for some files:
- The zip page before
http://erldocs.com/R16B02/stdlib/zip.html?i=0&search=zip:cr#create/2
- …and after:
http://erldocs.com/17.0/stdlib/zip.html?i=0&search=zip:cre#create/2
(It is an ongoing work)
As always, you'll find tarballs of the docs for different releases of OTP
on erldocs.com.
You can also build the docs for your own projects with the same tool hosted
on GitHub: https://github.com/fenollp/erldocs
Thanks to @daleharvey for this easy to maintain tool and to GitHub, hosting
erldocs.com through gh-pages.
I also want to thank those that sent patches, suggestions and bug reports.
Cheers,
--
Pierre Fenoll
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140506/80733824/attachment.htm>
More information about the erlang-questions
mailing list