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
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).
Cleaned up the basic formatting help page a bit.
Added support for subsubsections.
Added a table of content to all documentation groups.
Combed the style sheet a bit.
Restructured the top-level of the mshelp2 toc. Class library and preprocessor nodes are now siblings to the root group (instead of being in there).
Added a default index (home) page.
Added default Doxygen html output to test.doxygen for comparison purposes (put <output folder>/doxygen_html).
Fixed empty div problem for members with no documentation (would result in a wrong section heading font).
Fixed test solution (source files had been moved).
Changed mshelp2 toc slighty (class library and macros root pages are now siblings of the root documentation page instead of children).
Release snapshop for DoxyComment add-in v. 0.4.1 and DoxyComment formatting template v. 0.4.0.
Filtered out constructors and destructors from member lists (classes, structs and unions).