Open a project, choose "project - project options" , in the compiling tab, output section, there is check mark for XML documentation, if checked path will be bin\Debug\Projectname.xml
what is this used for? any user guide document regarding this?
Thanks,
what is XML documentation in project options
-
- Posts: 49
- Joined: Thu Aug 20, 2009 11:28 am
Re: what is XML documentation in project options
It is a C# compiler option that generates an XML file containing method documentation. if you comment your methods with /// comments, this is output in this xml file.
See http://msdn.microsoft.com/en-us/library ... 71%29.aspx for more info
See http://msdn.microsoft.com/en-us/library ... 71%29.aspx for more info
Chris George
Test Engineer
Red Gate Software Ltd
Cambridge
Test Engineer
Red Gate Software Ltd
Cambridge