I have defined a protocol and added HeaderDoc documentation to the method in this protocol. It appears correctly when I Option+Click the method:
However, when I Option+Click the implementation within a controller that implements this protocol, the documentation is not showing up:
My expectation is that the documentation I wrote for the protocol would show up in the controller, similar to the documentation from Apple:
How do I get my protocol documentation to be visible elsewhere?