Type Parameter refernce not recoginized in Xml Comments for Generic Classes (223)
ReSharper does not recognize the "typeparamref" xml doc tag, for instance
I've the following :-
///
/// Index of the item within the collection
///
/// item of type
//Gives an error in R#
///
int IList]]>.IndexOf(T item)
{
...
}
in the above code, the typeparamref is marked with a warning symbol and is
not being recognized by R#. This is in build 223.
Thanks,
Krishna
Please sign in to leave a comment.
Thank you. Fixed in 224
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Krishna" <k@y.com> wrote in message news:dv4uvg$505$1@is.intellij.net...
>
>
>
>
>