Add comment stub Follow
The comment generated by R# is different from the one generated by VS:
R#:
///
///
///
///
///
VS:
///
There is an extra space before each "<" (VS).
Also, VS moves the caret while R# doesn't.
Sorin.
Please sign in to leave a comment.
Hello Sorin,
SO> /// SO> /// SO> /// SO> /// SO> There is an extra space before each "<" (VS). SO> Also, VS moves the caret while R# doesn't. SO> Sorin. SO>]]>What command do you use to generate xml-doc?
Sincerely,
Ilya Ryzhenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
SO> The comment generated by R# is different from the one generated by
SO> VS:
SO>
SO> R#:
SO> /// SO> /// SO> /// SO> /// SO> /// SO> VS: SO> ///
Hello Ilya,
The problem is caused by the Agent Smith...
Best regards,
Sorin.
SO>> The comment generated by R# is different from the one generated by
SO>> /// SO>> /// SO>> /// SO>> /// SO>> There is an extra space before each "<" (VS). SO>> Also, VS moves the caret while R# doesn't. SO>>]]> Sorin.SO>> VS:
SO>>
SO>> R#:
SO>> /// SO>> /// SO>> /// SO>> /// SO>> /// SO>> VS: SO>> ///