dfintha / exprparser

Very basic expression parser written in C++.
0 stars 0 forks source link

Add documentation using `doxygen` #6

Open dfintha opened 3 months ago

dfintha commented 3 months ago

Since barge initialized the repository with a Doxyfile and can be used to generate documentation with it, the source code could be documented using doxygen comments. Even though it comes with a slight cost of visual noise, this is a learning project, so detailed in-code documentation is acceptable.

dfintha commented 3 months ago

The documentation shall explain each function's role, any the following.