Fixture icon indicating copy to clipboard operation
Fixture copied to clipboard

Add documentation to the code

Open 2DSharp opened this issue 7 years ago • 4 comments

The code needs to be documented throughout with docblocks.

2DSharp avatar Oct 11 '18 06:10 2DSharp

I am C, C++ coder. I do not know much about Qt, image processing stuff but interested in learning and contribute to the project. Is this right one for me to pick and work-on? Please advice

vishnuvardhan2005 avatar Oct 11 '18 06:10 vishnuvardhan2005

Hello @vishnuvardhan2005! Although it's a Qt project, it shouldn't be very hard for a C++ programmer to get used to it quickly. You can read through the code and document them in the correct places. Read the contributing.md for some general instructions.

It's a good option to get started with open source projects.

2DSharp avatar Oct 11 '18 08:10 2DSharp

Hi @2DSharp Thank you. I am on Windows. I can follow the installation steps and get the software running right? Can you please elaborate on whats the exact task on the issue. Is it commenting the code? Great if you can provide an example so that I can understand correctly what needs to be done.

vishnuvardhan2005 avatar Oct 11 '18 14:10 vishnuvardhan2005

Read the README file to get the app running. Document the places which might have been left undocumented (using docblock comments). Check out the rest of the files which have been documented for reference.

2DSharp avatar Oct 11 '18 15:10 2DSharp