VSdocman 3.4.2970 Released
|
The new version 3.4.2970 of VSdocman has been released. VSdocman is Visual
Studio .NET 2002/2003/2005/2008 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.4.2970 (3.6 MB) from here .
What's new in VSdocman version 3.4.2970:
- NEW: The "Select link" dialog in comment editor allows selecting
the members in referenced libraries (e.g. .NET classes) also in VS .NET
2002 and 2003.
- CHANGE: The "ParamArray, comma-delimited list
of values." text is no longer automatically prepended to description of
parameters defined with ParamArray in VB or params in C#.
- CHANGE:
The "Optional", "Required" and "The default value is " texts are
automatically prepended to optional parameter description only when
parameter description is empty. (VB only).
- CHANGE: The links
to referenced members that are not part of .NET framework (e.g.
third-party controls) are correctly generated too. There's a chance
that the target help topic will be found.
- FIX: Inserting images in comment editor didn't work on Windows Vista.
- FIX: Sometimes, the command line build exited with error code 3 without generating documentation.
- FIX:
Comment editor generates correct cref link for generic constructed
types and for arguments whose types are type parameters. The same
applies to generated XML doc file. For example a method with full name
Class1<T1, T2>.Method1<T3>(List<int> x, T2 y, T3 z) in C# or
Class1(Of T1, T2).Method1(Of T3)(ByVal x As List(Of Integer), ByVal y As T2, ByVal z As T3) in VB
should have the following cref link:
M:Class1`2.Method1`1(System.Collections.Generic.List{System.Int32},`1,``0).
- FIX: Methods in C# with no comment didn't inherit comment from overridden method.
- FIX: The member's parent class name was not listed in See Also section of documentation generated with VS .NET 2002/2003.
- FIX: Wrong resizing of compilation progress dialog.
|