<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">It definitely looks better, but seems like it’s still not possible to show the old style spec’s like we used to?<div><br></div><div>For instance,</div><div><br></div><div><a href="http://erldocs.com/R13B04/stdlib/lists.html?i=0&search=lists:#all/2">http://erldocs.com/R13B04/stdlib/lists.html?i=0&search=lists:#all/2</a></div><div><br></div><div>versus</div><div><br></div><div><a href="http://erldocs.com/17.0/stdlib/lists.html?i=0&search=lists:#all/2">http://erldocs.com/17.0/stdlib/lists.html?i=0&search=lists:#all/2</a></div><div><br></div><div>IIRC there was some issue getting that to work which is unfortunate as it was super useful.</div><div><br></div><div>Thanks for updating the docs,</div><div><br></div><div>-Anthony</div><div><br><div><div>On May 6, 2014, at 10:01 AM, Pierre Fenoll <<a href="mailto:pierrefenoll@gmail.com">pierrefenoll@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Hello!<div><br></div><div>Erldocs, an alternative Erlang/OTP documentation and a doc generation tool has been updated!</div><div><br></div><div>You will find documentation for Erlang/OTP release 17.0 at <a href="http://erldocs.com/">http://erldocs.com/</a></div>

<div><span style="color:rgb(51,51,51);font-family:Helvetica,arial,freesans,clean,sans-serif;font-size:13.63636302947998px;line-height:21.636362075805664px"><br></span></div><div><span style="color:rgb(51,51,51);font-family:Helvetica,arial,freesans,clean,sans-serif;font-size:13.63636302947998px;line-height:21.636362075805664px">I have patched erldocs to be able to build the docs for 17.0-rc2 and 17.0</span></div>

<div><span style="color:rgb(51,51,51);font-family:Helvetica,arial,freesans,clean,sans-serif;font-size:13.63636302947998px;line-height:21.636362075805664px">and was finally able to generate detailed specs information.</span></div>

<div><span style="color:rgb(51,51,51);font-family:Helvetica,arial,freesans,clean,sans-serif;font-size:13.63636302947998px;line-height:21.636362075805664px">For instance, here is the </span><code style="color:rgb(51,51,51);line-height:21.636362075805664px;font-family:Consolas,'Liberation Mono',Courier,monospace;font-size:12px;margin:0px;border:1px solid rgb(221,221,221);background-color:rgb(248,248,248);border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;padding:0px">gb_sets</code><span style="color:rgb(51,51,51);font-family:Helvetica,arial,freesans,clean,sans-serif;font-size:13.63636302947998px;line-height:21.636362075805664px"> </span><span style="color:rgb(51,51,51);font-family:Helvetica,arial,freesans,clean,sans-serif;font-size:13.63636302947998px;line-height:21.636362075805664px">page…</span><br>

</div><div><ul style="padding:0px 0px 0px 30px;margin:15px 0px;color:rgb(51,51,51);font-family:Helvetica,arial,freesans,clean,sans-serif;font-size:13.63636302947998px;line-height:21.636362075805664px"><li>before: <a href="http://erldocs.com/R16B02/stdlib/gb_sets.html?i=1&search=gb_sets#add/2" style="color:rgb(65,131,196);text-decoration:none">http://erldocs.com/R16B02/stdlib/gb_sets.html?i=1&search=gb_sets#add/2</a></li>

<li>after: <a href="http://erldocs.com/17.0/stdlib/gb_sets.html?i=1&search=gb_sets#add/2" style="color:rgb(65,131,196);text-decoration:none">http://erldocs.com/17.0/stdlib/gb_sets.html?i=1&search=gb_sets#add/2</a></li>

</ul><p style="margin:15px 0px;color:rgb(51,51,51);font-family:Helvetica,arial,freesans,clean,sans-serif;font-size:13.63636302947998px;line-height:21.636362075805664px">Still, there is an issue about missing include directories that inhibits my changes for some files:</p>

<ul style="padding:0px 0px 0px 30px;margin-top:15px;margin-right:0px;margin-left:0px;color:rgb(51,51,51);font-family:Helvetica,arial,freesans,clean,sans-serif;font-size:13.63636302947998px;line-height:21.636362075805664px;margin-bottom:0px!important">

<li>The <code style="font-family:Consolas,'Liberation Mono',Courier,monospace;font-size:12px;margin:0px;border:1px solid rgb(221,221,221);background-color:rgb(248,248,248);border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;padding:0px">zip</code> page before <a href="http://erldocs.com/R16B02/stdlib/zip.html?i=0&search=zip:cr#create/2" style="color:rgb(65,131,196);text-decoration:none">http://erldocs.com/R16B02/stdlib/zip.html?i=0&search=zip:cr#create/2</a></li>

<li>…and after: <a href="http://erldocs.com/17.0/stdlib/zip.html?i=0&search=zip:cre#create/2" style="color:rgb(65,131,196);text-decoration:none">http://erldocs.com/17.0/stdlib/zip.html?i=0&search=zip:cre#create/2</a></li>

</ul></div><div><div><div dir="ltr"><div><div>(It is an ongoing work)</div><div><br></div><div>As always, you'll find tarballs of the docs for different releases of OTP on <a href="http://erldocs.com/">erldocs.com</a>.</div>

<div>You can also build the docs for your own projects with the same tool hosted on GitHub: <a href="https://github.com/fenollp/erldocs">https://github.com/fenollp/erldocs</a></div><div><br></div><div>Thanks to @daleharvey for this easy to maintain tool and to GitHub, hosting <a href="http://erldocs.com/">erldocs.com</a> through gh-pages.</div>

<div>I also want to thank those that sent patches, suggestions and bug reports.<br></div><div><br></div><div>Cheers,</div><div>-- </div><div>Pierre Fenoll</div></div><div><br></div></div></div>
</div></div>
_______________________________________________<br>erlang-questions mailing list<br><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>http://erlang.org/mailman/listinfo/erlang-questions<br></blockquote></div><br></div></body></html>