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 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).
Added Swedish translation contributed by Staffan Vilcans.
Fixed style problem with div widths for main page content (now properly sized and aligned).
Fixed inheritance message for typedef and enums (now considered types).
Added a couple more test classes.