C# reference to property

Guilherme <[email protected]> Thu, 28 Jun 2018 09:22:36 +0200
Newsgroups gmane.text.doxygen.general
Message-ID <CAMDzUtytHSv7PPijdVdFmsmdhvs1Qb47u1WYzGysWYytJpA0gA@mail.gmail.com>
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

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

_______________________________________________
Doxygen-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-users