Fixed mshelp2 toc sorting order (sub-nodes will now appear in the same order for namespaces, classes, structures and unions).
Fixed filtering of constructors and destructors for non-global classes, structures and unions (didn't work before).
Added a bit more documentation to the test library sources.
DoxyComment Code
Code Commit Log
Added release information for add-in (0.4.2) and template (0.5.0).
Bumped version number to 0.4.2.
Removed illegal MSHelp namespace in output html.
Fixed newline (non-conforming line ending) to be standard Windows style (i.e. \r\n instead of \n).
Fixed command status code (suspect this was causing cpu spikes while navigating C/C++ source files).
Fixed result list text for defines.
Variable and function detail titles are now prefixed with the containing compound name (if it exists).
Made more descriptive result list texts (now shows containing compound for functions and variables and containing namespaces for all elements).
Added missing requirement section to type definition details page.
Fixed a problem where the requirements section would fail to hide the namespace line for global functions and variables.
Renamed constructor and operator list page templates to class instead of compound (apply only to classes).
Added formatting template to test solutions.
Added initial support for constructors, destructors and operators.
Fixed mshelp2 toc sorting order (sub-nodes will now appear in the same order for namespaces, classes, structures and unions).
Fixed filtering of constructors and destructors for non-global classes, structures and unions (didn't work before).
Added a bit more documentation to the test library sources.
Added compound enumeration list (all members of a compound will be grouped in the future).