"Cannot resolve symbol" in <see cref=""/> in xml comment
Hi Resharpies,
We have following problem: To generate the documentation ofour interfaces, we are using the tool DocumentX. The following sample shows a documentation of a member
/// <summary>
/// Initializes a new instance of the <see cref="T:ToolWindowHostSetup"/> class.
/// </summary>
DocumentX generates a help reference to the type ToolWindowHostSetup, unfortunately ReSharper genereates a "cannot resolve symbol" warning. How can we configure the inspection, so that the inspection ignores the leading "T:" in the cref?
Greets Andy
Please sign in to leave a comment.
Hello Andy
Which version of ReSharper are you using? Could you please attach a small sample solution demonstrating this problem? Thank you!
Andrey Serebryansky
Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"Hello Andrey,
I'm using R# V.5 (Build 1565).
Greets Andy
P.S. I will try to make a sample, but it's not that easy. Do you have DoumentX, the tool we use for creating help?