Background
Example of a [this] reference:
Resolution today
Dartdoc adds this as a reference child to look through. When it looks for a reference for the current ModelElement, it will find itself and create a link to that element.
Resolution tomorrow
AFAIK the comment reference resolver in the analyzer doesn’t handle a reference named this.
We need to make sure that we add this into the ModelNode data that we are building up in Dartdoc, or alter the analyzer reference resolver in some way (not sure about this one).
But make sure we handle this, otherwise there will be a regression once we move to solely use what the analyzer provides.