<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The syntax colouring doesn't make sense to me:<br>
some function names are in green, some are not.<br>
Some things are in orange, and I haven't a clue why.<br></blockquote><div><br></div><div>Unfortunately syntax highlighting is done in JavaScript with an Elixir lexer implemented in JavaScript. In other words: I also have no idea why some things are in orange (I never had the courage to investigate).</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">That is, you *can* navigate to something you are *already at*.<br></blockquote><div><br></div><div>The main reason for this is to be able to click on the function name and change the browser URL so you can copy, paste it and send it to someone. That's similar to the headers in a <a href="https://github.com/erlang/otp#building-and-installing" target="_blank">README on Github</a>. Otherwise, your only option would be to go to the sidebar, find the function again and then copy the link.</div><div><br></div><div>For exploring the current page as a whole, the sidebar was meant to be the place to go. From there you can go to the top of the page, navigate to the Summary, as well as list and navigate to each Function, Type and Callback.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">"Specs" is just noise, better not there.<br></blockquote><div><br></div><div>I like this suggestion.</div><div><br></div></div></div></div>