Is there any way of disabling the automatic parsing of method names for xml
comments in monodevelop?

Im referring to these:

                /// <summary>
                /// Introductions the help check.
                /// </summary>
                /// <returns>
                /// The help check.
                /// </returns>
                /// 
                /// If set to <c>true</c> item.
                /// 
                public bool IntroductionHelpCheck(IntroductionHelpItems item)
                {
                }

They almost always dont make sense, and even when they do they're redundant,
as a method with a name such as CreateConnection() will be given the comment
"Creates the connection". This is already obvious from the method name.



--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Disable-auto-xml-comments-in-Monodevelop-tp4656750.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to