[Doxygen-users] C# reference to property
Brought to you by:
dimitri
|
From: Guilherme <gui...@gm...> - 2018-06-28 07:22:56
|
Hallo,
It seems I'm unable to create a reference to a class property.
Example
namespace foo.bar {
class X {
public Prop {get; set;}
}
}
Now in a markdown file I'd write:
Look at [class X.Prop](@ref foo.bar.X.Prop).
But it won't resolve. foo.bar.X works fine though.
What am I doing wrong?
Best regards,
Gui
|