VSdocman is a useful tool for commenting and the quick automatic generation of class documentation from your C# and VB .NET source code files. It is ideal tool for you if you create .NET component, control, application, smart device or web site (ASP .NET) projects.
VSdocman parses the Visual Basic .NET and C# projects and automatically creates MSDN-like documentation with the table of contents, index, topics, cross-references, IntelliSense and F1 context sensitive help.
VSdocman works as an add-in with MS Visual Studio .NET 2002/2003/2005 (generics are fully supported). You will get your API reference with just single mouse click. In large projects, VSdocman will save many days of boring tedious work.
Here are some key features of "VSdocman .NET":
· Add and use standard XML comments or JavaDoc comments in your source code.
· Take advantage of its sophisticated WYSIWYG comment editor which helps you write your XML comments.
· Easily insert tables, lists, pictures, links and other formatting directly in your source code.
· Generate professional documentation in multiple and localizable output formats - HTML, CHM, Help2, RTF, XML (including new MSDN2 look).
· Fully integrate generated help into VS help system.
· Generate documentation in command line mode.
· Easily deploy Help2 documentation to the target computers using accompanied royalty-free command-line utility.
Requirements:
· Visual Studio .NET
Limitations:
· 14 days trial
What's New in This Release: [ read full changelog ]
· NEW: You can create tables with more than two columns.
· NEW: Comment editor recognizes and converts the following HTML elements in XML comments: , , , , , , , , , , , , , , and . So you can use HTML code in your XML comments and when you open comment editor, it will be automatically converted to XML syntax.
· CHANGE: WYSIWYG comment editor no longer removes top-level XML comment tags that are not supported or explicitly defined by user in options. This way you can add any number of your own top-level XML tags manually without being worry that editor will delete them.
· CHANGE: WYSIWYG comment editor no longer removes tags without the text, e.g.
· FIX: VSdocman crash when documenting generic VB method whose type argument is array, e.g. Function MyFunction() As Dictionary(Of String, Byte()).
· FIX: No syntax declaration was generated for C# methods without parameters. This bug was introduced in version 4.1.
· FIX: Inactive links were generated for tags with incomplete cref attribu...