Discussion:
XML Documentation for VB.NET 2005
(too old to reply)
Willi
2007-02-26 09:44:00 UTC
Permalink
Hi!

I wonder if there isn't an addin for VS 2005 and VB.NET for creating XML
documentation just like VBCommenter was for VS 2003. Do you know any?

Thank you in advance!
Jan Hyde
2007-02-26 12:42:26 UTC
Permalink
Willi <***@discussions.microsoft.com>'s wild thoughts were
released on Mon, 26 Feb 2007 01:44:00 -0800 bearing the
Post by Willi
Hi!
I wonder if there isn't an addin for VS 2005 and VB.NET for creating XML
documentation just like VBCommenter was for VS 2003. Do you know any?
Not really, since we all use VB6 (and below)

You need to try a group with 'dotnet' in the name




Jan Hyde (VB MVP)
--
They considered their silver anniversary a sterling event. (Jumble)
p***@vbdocman.com
2007-02-27 08:03:27 UTC
Permalink
VS 2005 supports addition of XML comments itself. You must check
"Generate XML documentation file" in "Compile" options of the project.
Then when you type ''' just before any code member, XML comment is
automatically added.
If you need something more sophisticated and you also need to generate
MSDN-like documentation, you can try our VSdocman.

If you have similar question about VB .NET add-in, the better groups
to ask are:
microsoft.public.vsnet.ide
microsoft.public.dotnet.languages.vb

--
Peter Macej
Helixoft - http://www.helixoft.com
VSdocman - Commenter and generator of class documentation for C#,
VB .NET and ASP .NET code

Loading...