We are glad to announce that the new VSdocman 9.7 has been released. VSdocman is a Visual Studio tool for a quick commenting and automatic generation of technical documentation from your C# and VB .NET source code files. For more information go to VSdocman home page .
This minor update adds new macros for the output templates and fixes some little problems. You can download it from here.
What's new in VSdocman version 9.7:
- NEW: Added new macros that can be used in the output templates or in XML comments (the latter needs a setting, see manual). The new macros are: $DATE$, $TIME$, $COMPUTER-NAME$, $USER-NAME$ and $%ENVIRONMENT-VARIABLE%$, e.g. $%TMP%$. These macros were already available in the comment templates for adding XML comments.
- FIX: Some inherited fields were listed in the generated Fields lists even if the 'List inherited members on "Class members" page' option was deselected. The problem applied only to the inherited fields that were defined in the solution. External inherited fields were not listed.
- FIX: Improved responsiveness when working with the files tree in Code Members - Files settings. When there were many source code files available (thousands), checking or unchecking a folder with many files or pressing the Select All/Deselect All buttons was slow.