Closed
Description
I have a method int Show(System.Windows.Window parent)
and the <see cref="Show(System.Windows.Window)"/>
comment reference in the same C# class. Doxygen doesn't resolve the reference.
If I change System.Windows.Window
to Window
(which is a different class) in both places, the reference is being resolved.