|
Wednesday, 08 November 2006
|
The new version 3.1 of VSdocman has been released. VSdocman is Visual Studio .NET 2002/2003/2005 add-in for the quick commenting and automatic generation of technical documentation from your VB .NET and C# source code files. For more information go to VSdocman home page .
You can download version 3.1 (3.5 MB) from here .
What's new in VSdocman version 3.1:
- Comment editor doesn't make word wrapping of the text inside <code> and <c> tags when writing comments back to source code.
- Warning is shown when VSdocman cannot save its settings due to insufficient write permissions or file is read-only (because it is checked-in to SourceSafe).
- FIX: Problems with generating the output for C# projects with generic members. The < and > characters in member name caused problems in HTML or XML based output formats.
- FIX: Pasting of formatted text didn't work in WYSIWYG comment editor in VS 2005.
- FIX: In some special cases, the XML comment was placed at incorrect place in C# source code in VS 2005.
- FIX: Wrong section name for method return value in RTF output.
|