Version 5.1
(17. May 2010)
- NEW: VSdocman now fully supports new MS Help Viewer format used in VS 2010 help.
- NEW: You can use path macros such as $(ProjectDir), $(SolutionDir) and $(VSdocmanDir) for specifying output folder, external files folder and templates folder. For example you can define output folder as $(ProjectDir)..\..\VSdoc. This is useful when sharing .vsdoc project properties in source control system.
- CHANGE: Improved handling of operators. Operators are now listed separately, they have correct syntax in all languages, they use correct cref syntax in links and their pretty file names don't contain forbidden characters.
- CHANGE: Improved saving of a project properties (.vsdoc) file. If the file is under source code control, it is first checked out before saving. The file is now saved less often, only when really necessary. Now, the settings in this file are not ordered randomly so the source code control isn't confused. Moreover, the properties are saved in more readable format for easier conflict resolving with source code control.
- CHANGE: When you add a new file into C# project, the file is automatically added to the list of files to be compiled.
- FIX: VB 2010 introduced implicit line continuation, i.e. in many cases, you can continue a statement on the next consecutive line without using the underscore character " _". Sometimes, VSdocman failed to recognize or insert XML comments in these cases.
- FIX: When the "Compile Solution to Single Documentation" was used, only the regex filters from a base project were applied to all projects. Regex filters from individual projects were ignored.
- FIX: When you defined your own additional namespace placeholders in custom topics then a "ghost" "New Topic" was generated in documentation TOC.
- FIX: Class diagram was not generated if it was not updated according to actual source code. For example the diagram contained a deleted class. Now the diagram is generated and a compilation warning is displayed.
- FIX: When using the <include> tag in custom topics, the <summary> part was not included from external XML file.
- FIX: Compiling from command line with "compileProject" operation failed if the project was nested in a solution folder in its solution.
- FIX: When the "Compile Solution to Single Documentation" was used with RTF output, there were no code members present in a documentation.
- FIX: When you added a new file into VB project, the list of files to be compiled was cleared.
- FIX: Once you loaded a solution with only one project, the "Compile Solution to Single Documentation" and "Compile Projects in Solution Separately" buttons stayed disabled forever. Even when you later opened solution with more projects. You needed to restart Visual Studio and open the multi-project solution.
Version 5.0
(8. March 2010)
- NEW: Added support for Visual Studio 2010.
- NEW: Added Hebrew he-IL localization and right to left text direction support.
- NEW: Added Georgian ka-GE localization.
- NEW: Regex filters allow to search also in member XML comments.
- NEW: You can use new $CURSOR$ macro in comment templates. This macro specifies where the cursor will be positioned after inserting XML comment using "Add XML comment" function.
- NEW: Comment templates also for parameters. For example, the following sentence is generated for parameter of EventArgs type: "An EventArgs that contains the event data.". Due to these new commenting features you should update you preferences (you can use "Reset" button to get default templates with all new features).
- NEW: Extension methods are listed also on Members and Methods pages for types on which extension methods operate. This works for your own extension methods and also referenced (e.g. LINQ) methods. For example, if your class implements IEnumerable(T) interface, methods such as GroupBy, OrderBy, Average, and so on will be listed on its Members and Methods page.
- NEW: HelixoftHelpReg.exe utility accepts new -z argument now. When this argument is used, the utility always returns 0 (OK) as exit code, even if there was an error during execution. This is useful if you include HelixoftHelpReg.exe as custom action in your MSI package and you don't want to cancel whole installation if there is some problem with help registration. MSI automatically fails if custom action returns non-zero value.
- NEW: The $MEMBER-ASSEMBLY-VERSION$ macro which shows version number of documented assembly. You can use it anywhere in your comments, templates, footer or custom topics.
- CHANGE: Improved resolving of incomplete links. For example it is no longer necessary to prepend dot in <see cref=".prop1" /> link pointing to prop1 property in current class. Instead you can use just <see cref="prop1" />.
- CHANGE: Links to referenced external members that are not part of .NET framework (e.g. third-party controls) are no longer generated. Only the plain text is generated now. It's because there was only small chance that such help topic existed and these links caused "not found" error. If you still want to generate the links, you can set it manually in project properties. Just open .vsdoc file for the project and change value of "VBdocman_linkForExternalNotInFramework" key from 0 to -1 (there is no GUI option).
- FIX: When targeting .NET framework 3.0 and higher, the XML comments from framework members were not always inherited correctly.
- FIX: Links to generic members and to methods without parameters were broken in generated class diagrams.
- FIX: Links to online MSDN help didn't work for some members (e.g. System.Collections.Generic.LinkedList(T)) in generated html_msdn2 output.
- FIX: In html_msdn2 output, if there was inline link to external URL, there were no scrollbars when external document was displayed.
- FIX: WYSIWYG comment editor produced wrong cref links to methods whose parameters were constructed generic types, e.g. MyMethod(T).
- FIX: WYSIWYG comment editor produced wrong comments on some rare occasions - if there were blank lines inside <code>, bulleted or numbered lists contained only one item and others.
- FIX: Changes in comments in external XML comment files included with <include> tag were not updated in generated documentation. Restart of VS was needed.
Version 4.4
(8. October 2009)
- NEW: You can include clickable class diagrams in documentation (see example). Create nice diagrams and insert them with <img> XML comment tag. The comment editor fully supports this feature. Class diagrams are only available in VS 2005 and higher.
- NEW: You can define unlimited number of user tags for your own sections in documentation. Previously it was possible to define only 5 user tags.
- NEW: You can create a table with more than 2 columns also directly in comment editor. In previous versions, you could edit and use such tables in editor but you needed to create them manually with the <list> tag.
- NEW: Added Chinese localization for generated output.
- NEW: Improved HTML output. You can now open particular topic directly. When you enter URL of some topic in the browser, the complete help with table of contents will be shown automatically. This way it is easy to send URL of particular topic to your customers or coworkers. To get URL of the topic, just right-click on the topic in TOC and select "Copy link" from browser context menu.
- NEW: Improved HTML output. The table of contents is automatically synchronized with topic open in right frame.
- NEW: The type name XYZ in text "(Inherited from XYZ.)" on members page is clickable link now.
- FIX: Opening comment editor with XML comment containing the <img> tag caused freezing of Visual Studio on Windows Vista. Initial insertion of picture worked well, however.
- FIX: The "Auto-find" button for searching the hxcomp.exe didn't work in VS 2008 with VS 2008 SDK installed.
- FIX: Some <see> links to custom non-API topics were not working in HTML documentation.
- FIX: There was no footer text in generated topics with enumerations.
- FIX: WYSIWYG comment editor didn't work if the documentation title for the project contained backslash character. This happened for web sites (not web applications) by default because there was web site folder path in the title.
Version 4.3
(12. May 2009)
- NEW: Added support for custom topics. Using WYSIWYG editor, you can now create any number of custom topics such as overview, examples, license agreement, usage descriptions, etc. You can define your own structure of table of contents (TOC) with topics and chapters. You can place generated API documentation anywhere in the TOC. You can even split API reference and insert specified namespaces at various places. This makes VSdocman really powerful tool for creating complete end-user documentation for your libraries and applications.
- NEW: Automatic and manual checking for VSdocman updates.
- CHANGE: You can use XML comment tags (e.g. <see>, <b>, etc.) in the topic footer text.
- CHANGE: Cosmetic change in options GUI. Renamed "Compile" section in project properties to "Code Members" and "Members" to "Member Types".
- CHANGE: In RTF documentation, the links to framework classes point to the latest online MSDN instead of the old one.
- FIX: The files from external files folder (e.g. pictures) were not included in documentation. This bug only appeared in version 4.2.
- FIX: VSdocman preferences were lost in VS 2002 and VS 2003. This bug only appeared in versions 4.x.
- FIX: Don't show Void as return type for constructors in C# and C++ syntax.
- FIX: In some cases, the link edited with Reference dialog was updated incorrectly in WYSIWYG comment editor.
- FIX: WYSIWYG comment editor didn't correctly show tables with more than 30 rows and 3 columns. Now it can handle tables with up to 100 rows and 30 columns.
Version 4.2
(5. March 2009)
- NEW: You can create tables with more than two columns.
- NEW: Comment editor recognizes and converts the following HTML elements in XML comments: <strong>, <em>, <a href=...>, <a name=...>, <see href=...>, <p>, <br/>, <ul>, <ol>, <li>, <table>, <tbody>, <th>, <tr>, <td> and <pre>. 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 <see> tags without the text, e.g. <see cref="T:MyNamespace.MyClass" />
- 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 <see> tags with incomplete cref attribute (e.g. only class name without namespace and T: prefix) in <summary> section. It worked fine in other sections such as <remarks>.
- FIX: Error with missing pubsinterface.gif file in Help & Manual output.
- FIX: Error message when clicking the Constructors link in members page header in *_msdn2 formats.
- FIX: Incorrectly formatted text in clipboard after using Copy Code in help2_msdn2 output.
- FIX: Freeze during compilation on Windows 7 beta.
Version 4.1
(3. February 2009)
- NEW: Added regex filters that allow include or exclude members from documentation according to their name, declaration and attributes.
- NEW: Added support for the following XML comment tags:
<paramref>,
<typeparamref>,
<see langword="null"/>,
<see langword="true"/>,
<see langword="false"/>,
<see langword="static"/>,
<see langword="abstract"/>,
<see langword="sealed"/>,
<see langword="virtual"/>.
These tags allow formatting of parameter references and language keywords. It is recommended that you update your XML comment templates in VSdocman options if you update from version 4.0. You can do it with Reset button or manually (change e.g. <b>true</b> to <see langword="true"/>). - NEW: Added instant regex tester in comment rules editor.
- FIX: Incorrectly generated syntax declaration for extension methods.
- FIX: Sometimes, VSdocman froze on multiple screen systems. This happened when some of VSdocman windows was open on secondary screen. Its position was saved and the next time when secondary screen was not turned on, modal window was not visible and it looked like VSdocman was frozen.
- FIX: Compilation of documentation crashed with "Unspecified error" when there was no member selected for compilation, e.g. no source code file was selected in Compile - Files properties.
Version 4.0
(22. December 2008)
- NEW: Completely reorganized main window with new fresh look. Settings that are common to all projects were moved from project properties to global options.
- NEW: Improved WYSIWYG comment editor - new look, nicer highlighting of editable sections, TAB key is used to move between editable sections, improved selecting, deleting and pasting of text blocks.
- NEW: Flexible and intelligent templates for inserting XML comments. There are predefined rules which automatically fill <summary> and other values with standard text. For example, the following sentence is generated for constructor: "Initializes a new instance of the <CLASS-NAME-AND-LINK> class". You can define any number of your own rules. Moreover, when inserting comment, VSdocman can inherit comment from overridden member.
- NEW: Added Help & Manual output format. VSdocman supports complete integration with Help & Manual now. It is possible to create any TOC structure and additional non-API topics such as overview, license info, use cases, etc. Moreover, with H&M you can generate some other output formats, e.g. PDF.
- NEW: In addition to inherited members from project/solution, also inherited members from .NET framework classes are shown in Members list. For example, ToString, GetType and other methods are automatically listed. This is especially useful for documenting user controls where all inherited properties, methods and events are listed.
- NEW: Missing XML comments in overridden members are automatically inherited also from .NET framework classes, not only from project classes. For example, if your class inherits from System.Object and it overrides ToString() method and it has no XML comments, then comments from System.Object are automatically used.
- NEW: You can set your own documentation title. It is used in help window title, TOC, topic headers, etc.
- NEW: You can set language for code examples with lang attribute. You can use <code lang="C#"> and <code lang="VB">.
- NEW: You can set sort order for enumeration items - by name, by value or unsorted.
- NEW: Added <include> comment tag which allows referencing XML comments in external files.
- NEW: Highlighted code syntax in chm_msdn2, html_msdn2 and help_msdn2 otput formats.
- CHANGE: Significantly improved chm_msdn2 and html_msdn2 output - new look of the latest MSDN, language filter with persisted language settings. Moreover, the links to framework members are always working in chm_msdn2 output. Depending on installed MSDN version on end user's computer, the links point either to the latest local MSDN or online MSDN.
- CHANGE: Title page text can be formatted with XML documentation tags such as <para>, <b>, <img>, etc.
- CHANGE: The XML documentation file is generated also for Web Site projects.
- FIX: The "List inherited members" option on Compile - Members page was not saved.
- FIX: No more "Dead link..." warnings when <see> or <seealso> tags pointed to .NET framework members.
- FIX: Incorrect displaying of national (e.g. Russian) characters in Index and Search results in CHM outputs.
Version 3.5
(12. May 2008)
- 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.
Version 3.4.2970
(19. February 2008)
- 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.
Version 3.4.2942
(21. January 2008)
- CHANGE: In Compile - Files options, the files are now shown as a tree for better navigation.You can easily select/deselect whole folder now.
- FIX: New solution or project profile couldn't be created. This problem appeared only in version 3.4.
- FIX: Wrong indexing of the title page for full-text search in HTML output format.
Version 3.4
(8. January 2008)
- NEW: Visual Studio 2008 support.
- NEW: Added full-text search functionality in HTML output. Moreover, table of contents and index are no longer implemented as Java applets. Everything is implemented in HTML and JavaScript. This resolves security problems on intranets, various Java related issues and better indexing by search engines.
- NEW: The "Select link" dialog in comment editor allows selecting also the members in referenced libraries (e.g. .NET classes) in VS 2005.
- CHANGE: Compiling web site and web application projects is faster.
- CHANGE: The compilation window is more responsive. You can cancel the compilation immediately at any time.
- CHANGE: The "Optional", "Required" and "The default value is " texts are automatically prepended to parameter description only when there is at least one optional parameter (it happens in VB only). Moreover, these texts are localized now.
- CHANGE: Removed "Members" sub-page under namespaces in TOC. This page is not needed because all namespace members are listed on namespace main page.
- CHANGE: Empty namespaces are not included in documentation.
- FIX: Passing "/vs 2005" parameter to VSdocmanCmdLine.exe caused an error message.
- FIX: Using "/compileProject" operation in VSdocmanCmdLine.exe sometimes processed random project from the solution instead of specified project.
- FIX: The Help2 documentation was not registered correctly on some computers. There was no table of contents shown for generated documentation, only Index and Search worked fine.
- FIX: Small problems in WYSIWYG comment editor - multiple lines with formatting (e.g. bold) inside <code> tags were joined together when opened in editor again, incorrect selecting/unselecting text with Shift + down arrow, improved undo operation.
- FIX: When declaring some member as generic type with particular type argument, the declaration in the help didn't contain two links - one to generic type and one to type argument. For example "public ICollection<MyClass> test;" in C# or "Public test as ICollection(Of MyClass)" in VB should contain links to ICollection and to MyClass.
- FIX: Complex constant and enum values in C# (hex, containing +-/* or comment) are now calculated and correctly shown in all language syntax sections.
- FIX: Wrong syntax was generated for classes that inherited from generic classes in C#, e.g. public class MyClass : List<int>.
- FIX: Wrong syntax was generated for properties with different accessibilities for getter and setter part (.NET 2.0 and higher).
- FIX: Compiling large web site or web application projects (more than 1000 code files) caused VS crash.
Version 3.3
(17. July 2007)
- NEW: Added profiles. You can now save your settings under custom profiles and easily generate different documentation for the same project. You can also exclude specific projects when compiling documentation for whole solution.
- NEW: Added pt-Pt (Portuguese) output localization.
- CHANGE: Enhanced command line functionality. The VS IDE is no longer shown, the messages are written directly to console standard output and added support for profiles.
- CHANGE: Removed Save/Load default settings functionality.
- CHANGE: Modified help2_msdn2, html_msdn2, chm_msdn2 and rtf outputs. When compiling the solution to single documentation, the help title, header and file names are based on solution name and not on the current project name. Moreover, the Help2 output no longer contains unnecessary extra root node.
- CHANGE: Launching of VSdocman on web projects in VS 2005 works much faster now.
- FIX: When "Public" was not selected for compilation in VSdocman options, explicitly defined namespaces and their contents were not included in documentation.
- FIX: In web site projects in VS 2005, the source files in subfolders were ignored.
- FIX: In Web Application projects in VS 2005 (not web sites), the code behind files of the forms were ignored.
- FIX: If the solution contained SQL Server 2000 Reporting Services project, the "Compile Solution" and "Compile Solution to One Documentation " buttons were not available.
- FIX: When Pretty file names were selected in Output - File Names options, constructors were not listed in documentation.
- FIX: The C# source code is no longer marked as Visual Basic in some output formats. The language of the source code is shown correctly for VB .NET and C#.
- FIX: The blank lines in source code and code examples were removed in HTML based documentation.
- FIX: The user defined Platforms text was ignored in some output formats.
- FIX: The "Copy Code" button above the code section is fixed in chm_msdn2 and html_msdn2 output.
- FIX: The inheritance tree was not shown for some classes and some links to framework classes didn't work as well.
- FIX: The class declaration was handled incorrectly if it contained conditional compilation directives (e.g. #if).
- FIX: Sometimes the comment editor (when set as modal) was hidden behind VS window.
- FIX: In comment editor, when the last text in table cell was code or link, the XML comment for the table was generated incorrectly.
- FIX: Installation error on Windows Vista.
Version 3.2
(24. January 2007)
- NEW: You can select for which languages VSdocman generates syntax - VB .NET, C#, C++ and JScript.
- NEW: You can define platforms and supported frameworks.
- NEW: User is warned if he tries to insert picture from outside of external files folder or if external files folder is not defined.
- CHANGE: Adding or editing XML comments in large files works faster now.
- CHANGE: Main VSdocman window stays open for further work after compiling documentation.
- CHANGE: Improved RTF output. Added page numbers in TOC and index. Removed duplicate namespaces when compiling solution to single documentation.
- CHANGE: Generated help page for the namespace doesn't contain declaration section anymore.
- FIX: Sometimes the "Select reference" dialog didn't show all namespaces in the project.
- FIX: When using help2_msdn2 output format, the topics were shown incorrectly if MSDN for VS2005 was uninstalled (replaced by full MSDN).
- FIX: VSdocman locked if there were /* ... */ comments inside attribute.
- FIX: In VS 2005, when documenting whole solution, the projects in solution folders were not included.
- FIX: In some rare cases, the "Dead link..." warnings appeared when there were no dead links at all.
- FIX: No "S" icon in class list and no "static" keyword in C# declaration for C# static classes in VS 2005.
- FIX: There was no link to parent class in See Also section of class members if the class was generic and written in C#.
- FIX: Wrong syntax of array parameters in C# methods was used in VB .NET declaration. The [] was used instead of ().
- FIX: Namespaces were sometimes listed with full name and sometimes with short name. They are always listed with full name now.
Version 3.1
(8. November 2006)
- Comment editor doesn't wrap 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.
Version 3.0 (VBdocman .NET renamed to VSdocman)
(6. September 2006)
- Added full C# support. The program now supports VB .NET and C#. That's why it is renamed from VBdocman .NET to VSdocman.
- Localized output in several languages including English, German, French, Spanish and Slovak. Adding new language is just matter of editing one text file.
- All links (<see>, <seealso>, inheritance tree, types in declaration) can point to framework members now.
- Member declaration is shown also in C#, C++ and JScript syntax and types inside are shown as links.
- Added ability not to list member attributes in declaration syntax section (Miscellanous - Source Code settings).
- Inheritance tree shows all superclasses, even those outside the project, e.g. framework classes.
- Public variables in the class are no longer listed as properties. They are listed as fields now.
- Members on "Members" page are grouped and marked by accesibility (public, protected, ...). Static members have "static" icon.
- Improved HTML output for even better cross-browser compatibility.
- Significantly improved performance speed.
- FIX: Comment editor was not displayed on computers with "Large Fonts" set.
- FIX: Problems with compilation of Declares in VS 2005.
- FIX: Problems with compilation of Events in VS 2005.
- FIX: Problems in WYSIWYG comment editor: pasting multiple times, deleting text selection deleted also next character, inserting new section (e.g. Example) while text block was selected.
- FIX: Problems with remembering which files go to compilation.
- FIX: Incorrect values of enumeration constants that were not explicitly initialized.
Version 2.3
(10. February 2006)
- Added support for generics in VS 2005. New <typeparam> tag introduced.
- Improved support for partial classes and structures in VS 2005.
- Added support for <System.ComponentModel.Description ...> attribute. You can easily insert <Description...> attribute from context menu. If you add new comment, default summary is automatically extracted from <Description...> attribute if any.
- Comment editor now remembers whether it is in WYSIWYG mode and its size and position.
- Removed editing of parameter settings from comment editor because parameter settings represent old practice from VB6 and you should use enumerations instead. VBdocman however still recognizes <set> and @set tags in the comments.
- FIX: <returns> tag is not added by "Add XML Comment" for Subs.
- FIX: VBdocman didn't work with Web projects in VS 2005 .
- FIX: When using Compile Solution or Compile Solution to One Documentation, some projects may have empty documentation.
- FIX: Compiling help for Smart Device projects didn't work.
- FIX: Command "VBdocmanNET.Connect.CompileSolutionToOne" didn't work from command line.
- FIX: Wrong adding and reading of comments in VS 2005 when member has attribute.
Version 2.2
(30. November 2005)
- Added support for VS 2005. Generics are not supported yet.
- Added support for smart device projects.
- VBdocman now produces and recognizes C# XML links in cref attributes. Type character is prefixed, e.g. M: or T:, [] are used instead of () for array parameters, @ is appended to ByRef parameters and there are no spaces between parameters. This is needed for good compatibility with VS 2005.
- Help 2 documentation can be viewed with full formatting immediately after generation.
- Context menus are only visible on VB and macro files.
- "Compile to One Solution" button is disabled when there's only one project in the solution.
- FIXED: When there was an option checked to generate IntelliSense XML file, some formatting tags (<c>, <see>, ...) in <summary> and <param> tags were ignored in resulting documentation.
- FIXED: Problem with the tabs (scrolling) in Comment Editor.
Version 2.1
(19. April 2005)
- Fixed bug that caused problems with setting a list of .vb files that are to be documented. This problem especially occured when updating your project from VBdocman .NET version 1.x to version 2.0.
Version 2.0
(21. February 2005)
- New formatting and objects added to comments - bold, italic, underline, text color, links, bulleted or numbered lists, tables and pictures.
- Support for more XML documentation tags added - <list>, <para>, <see> and <value>.
- Comment editor is WYSIWYG. Only XML comments are generated by editor but VBdocman still recognizes also @-style comments.
- Comment editor can be also modeless, floating and dockable.
- <value> tag replaces <returns> tag in properties. <returns> tag is still valid in property.
- You can specify folder with your own external files now. All external files will be automatically included in documentation and you can reference them from your comments e.g. in <see> or <img> tags.
- Added possibility to comment root namespace.
- In addition to random numeric names, generated files can have also pretty and constant names based on member name. So you can easily reference them from outside.
- You can generate ONE documentation for whole solution . Namespaces and members are merged into one TOC.
- You can assign keyboard shortcuts to VBdocman actions. Go to Tools | Options... | Environment | Keyboard and look for the following commands: VBdocmanNET.Connect.CommentEditorShortcut, VBdocmanNET.Connect.AddCommentShortcut and VBdocmanNET.Connect.OpenMainVbdocmanWindowShortcut.
- Preview of Help 2 documentation can be seen immediately after it is generated, without restarting VS.
- VBdocman project settings are stored in separate .vbdoc file instead of .vbproj file. This avoids conflicts when using version control systems (SourceSafe) or automated builds. Old settings stored in .vbproj files are still valid if no .vbdoc file exists.
- Documentation now indicates if a member has ObsoleteAttribute or FlagsAttribute applied.
- Newly added project item is automatically included in VBdocman's Compile | Files list.
- Undo operation after inserting comment by comment editor is improved. You don't need to perform Undo several times to get original state.
- Inheriting of XML comments is fixed.
- Paths (e.g. output path) may contain foreign non-English characters now.
- Fixed problem with attributes in declarations on overloads list page.
- Problem with saving of title text. Newlines were removed from title text after reloading VS. Fixed.
- Missing spaces between words in RTF output when comment is on multiple lines. Fixed.
- Fixed commenting of namespaces when one namespace was specified in multiple files. Now you only need to comment the namespace in one file.
Version 1.3
(24. October 2004)
- Fixed problems with links to external files. There is new prefix ^ for link to external files in addition to " prefix.
Version 1.2
(25. May 2004)
- Command line functionality added.
- Conditional compilation of individual members added. You can select for each member if it will be compiled.
- HTML output has now modern look, fixed scroll bars in table of contents and pages have MSDN style also in non IE browsers.
- References in XML comments that were broken to several lines are processed correctly now.
- Comment editor doesn't wrap references in @-style comments so that they be processes correctly.
- Fixed some problems when editing parameter settings in comment editor.
- Fixed parsing of constant value in @set tag if it was string with spaces.
- Fixed parsing of references in @-style comments if references contain spaces (functions with several parameters delimited with comma and space).
- Fixed functionality of "Find interesting links" button in comment editor in VS .NET 2003.
- @includesource tag always returned non empty value even if there was no value. Fixed.
Version 1.1.1495
(9. February 2004)
- Auto-find button added to atomatically find hxcomp.exe anytime.
- Fixed problem when not all source files in the project were recognized. This happened when they had same names but were in different folders.
Version 1.1
(15. January 2004)
- Non-english character sets supported.
- Non-english Visual Studio .NET supported.
- Ability to remove line continuations in source code listings in documentation.
- Compilation progress dialog can be resized to better reading of messages.
- Some macros added to templates to allow translation of templates to other languages.
- Some problems with unrecognized comments fixed.
- Behavior of Apply button in Comment Editor fixed.
- $CHRn$ macro processing fixed.
- When using XML comments, <, >, &, ' and " characters are escaped automatically in the background within $CODE$ block.
- Processing of names of overloaded members is not case-sensitive now.
- Fixed problems with enumeration constants in VS 2003.
Version 1.0
(2. October 2003)



