I noticed that the links in the 0.5.6.tar.gz doc/api/api/*.html files didn't work, for instance all.html. Each link has an extra '_' at the end of the ref name:
a href="#net.createConnection_">net.createConnection(arguments...)
a href="#net.Server_">net.Server
a href="#server.listen_">server.listen(port, [host], [callback])
The id definitions are correct and as before:
h3 id="net.Server">net.Server</h3>
Confusing is that rebuilding the docs, at least with current master, does not have this problem. Nor do the docs linked from
nodejs.org And I can't find any recent changes to things like tools/doctool/*
Was there was a simple glitch with building 0.5.6 tar.gz that won't happen with the next build?