Currently docdex resolves all documentation to the parent objects. This leads to the explicit implementation JavaDoc not being accessible. For example: ``` d; jdk Set#add ``` returns the JavaDoc for `Collection#add`.