How do I write links into javadocs?
Currently, I have something like:
{@link java.lang.Math#sqrt(double) Math.sqrt}
to produce the text
This document might be of assistance, remember that for @link you need to use the URL for the doc you are linking to.