Do you know where is this documentation created ?
Normally it can be created with :
/// <summary>
/// I just want to test something
/// </summary>
/// <param name="args"></param>
Do you know where are the options in VS that change it ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The default setup for C# projects does not build the documentation, but it is easy to fix. Just:
1) Right click on the project that needs documentation and choose properties.
2) Click on the build tab on the left.
3) Check documentation box and choose path as appropriate.
4) Profit and enjoy.
Instructions are for VS 2010 premium, YMMV.