Code documentation sample
I wan to make my cutomies documentation of the application code.
I wan to know how I link internet website in the documentation code.
If I use the XML comments, How I create Like MSDN help files.
Regards...
If I use the XML comments, How I create Like MSDN help files.
Regards...
Does that answer your question?
Michael Blome
Visual C# Documentation Manager
Hello,
First, I'll make sure I understand your scenario. It sounds like you're developing an application and want to ship help documentation with that application. You have Xml comments in your code, and you want to convert that to documentation that looks like MSDN online, right?
Currently we don't offer a feature out of the box that can convert your Xml comments to MSDN-like documentation. There are several 3rd party tools such as NDoc that can help you.
We are looking at improving this scenario for future versions of Visual Studio.
Thanks,
Jeremy Jones