SoftwareEngineeringStudyProjects / KnowYourKnowledge

Combination of Personal Knowledge Management and Learning Management System. This is a study project aimed at creating relatively big codebase for object-oriented programming and similar courses.
MIT License
2 stars 4 forks source link

Add Doxygen comments to existing classes #52

Open kzhereb opened 1 year ago

kzhereb commented 1 year ago

Add comments for class, and at least all public methods Private methods and fields can also have documentation - but this is optional Can also use this opportunity to do some refactoring, such as change naming to be more compliant with code style.