KotZPolibudy / IOD-L11-Gamma

Inżynieria Oprogramowania - grupa Gamma (γ) - najlepszy projekt na roku
GNU General Public License v3.0
4 stars 0 forks source link

Code documentation #8

Closed GaussX0 closed 6 months ago

GaussX0 commented 7 months ago

Description

Every good piece of code needs to be documented - and this is a requirement for us to meet.

Approval criteria

GaussX0 commented 7 months ago

Commit d6736db solved the issue of documentation generation - it can now be automatically generated by invoking the mvn site command. After running the aforementioned command, a javadoc document can be found under target/site/apidocs. The documentation for every class can be found after running the index.html file in a web browser.

We still need to document classes, and, first of all, we need classes to document, so this issue still remains open.