Hi.....
Ques: Hello all of you i have some problem in related to my work given below......
How do you generate documentation from the C# file commented properly with a command-line compiler?
Please explain....
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prabhu RajaPosted Dec 24, 2011, 5:17 AM
To quickly create XML documentation for your .NET classes during every build, open the project Properties, click the Build tab, scroll down to the Output section, and check the "XML Documentation File" property. Provide a file name to which Visual Studio should save the output, and then close the dialog.
And Rebuild your Project.
VulpesPosted Dec 24, 2011, 5:02 AM
http://www.c-sharpcorner.com/Forums/Thread/151091/how-to-generate-documentation-from-the-C-Sharp-file.aspx
Vilas GitePosted Dec 24, 2011, 4:14 AM
Can you documentation by Console application?
if yes then you can try File Stream..
For more details refer:
http://msdn.microsoft.com/en-us/library/system.io.filestream%28v=vs.71%29.aspx
Thanking you
-------------------------------------------------------------------------------