I'm trying to use <see cref="">
tags in my XML documentation tags for my API, but they are coming up blank in the Help pages.
So, for a Description I'd like it to say:
"Gets or sets the value for the associated Item."
Where Item is a link to another object in the API.
Instead, I'm getting:
"Gets or sets the value for the associated ."
So the <see cref="">
tag is being ignored. I've even tried using examples from here just in case my declaration was wrong, but that didn't work either.
Has anybody else had issues with this? To what level are XML documentation tags supported in the new Web API 2 Help Pages? Does anybody know if it's possible to add support for this manually, if not?