The new version 3.5 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.5 (3.6 MB) from here .
What's new in VSdocman version 3.5:
- NEW: Enum items can be sorted by name, value or unsorted. (No GUI option yet. You need to manually edit .vsdoc file.)
- CHANGE: The comment editor generates the top level XML comment tags - <summary>, <remarks>, <returns>, <value> and <example> on separate lines instead of on one line.
- CHANGE: When reading top level XML comment tags (e.g. <summary> or <remarks>), all leading and trailing whitespaces in tag value are ignored now.
- CHANGE: Member chapters in RTF output have different styles now (Heading 1-4). This allows better customization, e.g. numbering, custom structured TOC, etc.
- FIX: VSdocman wasn't present in VS 2008 sometimes if both VS 2005 and VS 2008 were installed.
- FIX: The help2_msdn2 output works with both VS 2005 and VS 2008 MSDN now.
- FIX: When generating documentation using "Compile Solution to Single Documentation", some projects didn't appear in the table of contents. They were only visible in Index.
- FIX: In Web Site projects (not Web Application projects), there was no syntax section generated for methods.
- FIX: In Web Site projects (not Web Application projects), compilation was aborted with "Unspecified error" if project contained overloaded methods.
- FIX: In Web Site projects (not Web Application projects), also aspx files appeared randomly in the files list in Compile - Files options.
- FIX: Sometimes, "Error reading file." error occurred in command line compilation and compilation didn't finish.
- FIX: In VB 2005, not all overloaded properties were included in documentation.
- FIX: Comment editor inserted <returns> instead of <value> tag for properties.
- FIX: Pictures included with <img> tag were not visible in RTF output.
- FIX: The WYSIWYG comment editor appended random character to each picture, if that picture was followed by character other than white-space.
- FIX: Occasional crash during compilation, especially with large solutions.
|