Currently if you have a link in a method's docs to another method on the same type you have to put it as ```md [`read`](RwVolAddr::read) ``` It would be helpful if `Self` was recognized when linking to other methods of the same type. ```md [`read`](Self::read) ```