VB.NET and xml documantation
-
Hi I developed an application using VB.NET with VS 2005. I add xml comments as needed to every method/class/members etc. Now i want to create an help file based on this comments. I found a convertion tool for C# (NDoc) but not for VB.NET. I need a simple tool to create a MSDN like help file based on VB.NET xml coments. Tnx
-
Hi I developed an application using VB.NET with VS 2005. I add xml comments as needed to every method/class/members etc. Now i want to create an help file based on this comments. I found a convertion tool for C# (NDoc) but not for VB.NET. I need a simple tool to create a MSDN like help file based on VB.NET xml coments. Tnx
NDoc works with the documentation XML file generated at compile time, not the source code files. So, NDoc will work with VB.NET comments, to a point. Check out this[^] article here on CP for more information. Google results for "vb.net ndoc"[^]... RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome