Skip to content

Namespaces in arguments of a method breaks cref resolving in C# #9669

Closed
@klara-zielinska

Description

@klara-zielinska

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions