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).
DoxyComment Code
Code Commit Log
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.
Renamed inner types headers (from InnerClass -> Class) and moved inheritance menssage to after brief description.
Fixed inheritance bug for functions, variables and typedefs in the formatting template.
Fixed paths to reflect restructuring of the src folder in the template test project.