Is there anything similar to JavaDocs for ASP.NET MVC2 using the Visual Studio 2010 PRO IDE?
Many Thanks,
Joel
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 de-facto standard for documentation on .NET is using XML comments inside the code. Simply position your cursor just before the method declaration and type
///. Visual Studio will automatically infer the arguments and generate the necessary section which you could fill. Then simply enable XML documentation:If you want to generate some MSDN style documentation from the resulting XML file here are some tools you could use: