Doxygen is a tool for generating documentation for source code projects. The documentation is generated from special comments inserted directly into the code by the developers of the code base.

The goal with this project is to learn a little more about Doxygen and decide exactly how my future code shall be commented with Doxygen specific comments.

The goal of these project is to have one or more example files with commented code to be used as references for my real projects. These example file shall generate high quality documentation without any warnings or errors from the Doxygen tools.