|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
PP: Methods w/o any commentsHi Folks
We are using nDoc to generate CHM/HTML help files. My requiremen : Is there an easy way (any tool) that generates list of methods which has no documentation (<Summary> Comments) defined, so that we can circulate this list to the team to ensure API Documentation is complete. Thanks PP When you build it will give you compiler warnings when generating XML
documentation that there is no documentation for the given method. Warning 1 Missing XML comment for publicly visible type or member 'PerformanceTestHarness.TestHandler' C:\Documents and Settings\Greg\My Documents\Visual Studio 2005\Projects\PerformanceTestHarness\PerformanceTestHarness\Program.cs 57 26 PerformanceTestHarness Cheers, Greg Young MVP - C# http://codebetter.com/blogs/gregyoung <prabh***@hotmail.com> wrote in message Show quoteHide quote news:1154468050.944880.98980@i42g2000cwa.googlegroups.com... > Hi Folks > > We are using nDoc to generate CHM/HTML help files. > > My requiremen : Is there an easy way (any tool) that generates list of > methods which has no documentation (<Summary> Comments) defined, so > that we can circulate this list to the team to ensure API Documentation > is complete. > > Thanks > PP >
Other interesting topics
CultureInfo.NumericFormat and System.Convert
Unhandled Exception in Windows Service How to change DACL of a Windows Service in C#? Problems in loading a Non-GAC version of Assembly Upgrading from 1.1 to 2.0 Preventing ThreadAbortException. .NET 2.0 GetMethodName using Reflections Namespace create the array using reflection Modifying Security.config file |
|||||||||||||||||||||||