VSdocman

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by AnomieBOT (talk | contribs) at 15:29, 12 April 2016 (Dating maintenance tags: {{Refimprove}} {{Notability}}). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

VSdocman
Developer(s)Helixoft
Stable release
7.3 / January 9, 2016 (2016-01-09)
Operating systemWindows
TypeDocumentation generator
LicenseProprietary
Websitehttp://www.helixoft.com

VSdocman is a tool that allows code commenting and the automatic generation of technical documentation from C# and VB .NET source code files. It is directly integrated in Visual Studio as an add-in.

VSdocman parses the Visual Studio projects and automatically creates the table of contents, index, API class documentation and custom topics, cross-references, IntelliSense and F1 context-sensitive help.

It can read XML comments from the source code. VSdocman contains WYSIWYG comment editor which helps writing XML comments. It is possible to insert tables, lists, pictures, links and other formatting directly into the source code.

The format of output documentation is configurable. Predefined formats are HTML Help, Microsoft Help Viewer, Microsoft Help 2, HTML, Docx, RTF and XML.

History

Originally, VSdocman was named VBdocman .NET because it evolved from VBdocman. VBdocman .NET only supported Visual Basic .NET. It was renamed to VSdocman after adding support for C# in 2006.

See also

External links