I'd like to control the indentation of the comments and the style in which the comments are foramtted.
Here are few examples.
/// <summary> /// Makes the world a better place. /// </summary> /// <param name = "param1"> /// First parameter. /// </param> /// <param name = "param2"> /// Second parameter. /// </param> /// <returns> /// A peaceful world. /// </returns>
/// <summary> /// Makes the world a better place. /// </summary> /// <param name = "param1"> /// First parameter. /// </param> /// <param name = "param2"> /// Second parameter. /// </param> /// <returns> /// A peaceful world. /// </returns>
/// <summary> Makes the world a better place. </summary> /// <param name = "param1"> First parameter. </param> /// <param name = "param2"> Second parameter. </param> /// <returns> A peaceful world. </returns>
/// <summary>Makes the world a better place.</summary> /// <param name = "param1">First parameter.</param> /// <param name = "param2">Second parameter.</param> /// <returns>A peaceful world.</returns>
Hello Eyal,
Could you please clarify what kind of comment formatting options do you need?
Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
I was thinking about XML comments.
I'd like to control the indentation of the comments and the style in which the comments are foramtted.
Here are few examples.
Any updates on this one ? it's really important because currently it breaks another addon I use to comment the code with it's called AtomineerUtils.
P.s. what's with the forum spam ? can't you implement a captcha or something to prevent it ?