r# xml help parser?
Maybe its my fail, and its VS rule, but when i try to declare xml help in
one line with code, for example
string InstrName {get;} /// ÉÍÑ ÉÎÓÔÒÕÍÅÎÔÁ ]]>
R# offer xml help context of prevous line of code. :-|
Please sign in to leave a comment.
This is definetely your fail.
According to C# specs, the XML-doc comment should appear before the
declaration
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"ivan.tsarevich" <ivan.tsarevich@gmail.com> wrote in message
news:dvpb6l$fok$1@is.intellij.net...
>
>
>> Maybe its my fail, and its VS rule, but when i try to declare xml help in
>> one line with code, for example
>> string InstrName {get;} /// ÉÍÑ ÉÎÓÔÒÕÍÅÎÔÁ >> >>]]> R# offer xml help context of prevous line of code. :-|
Affraid yes...
But IMHO - its Microsoft fail. :(