joshjaysalazar / AutoRGB

A Python script to quickly process an image through different HSV values
GNU General Public License v3.0
1 stars 1 forks source link

put in doc blocks for everything except init #13

Open jjooxxdd opened 1 year ago

jjooxxdd commented 1 year ago

Added doc block for remaining methods other than init

joshjaysalazar commented 1 year ago

On line 60, the docblock starts after a variable is declared. Docblocks should be at the very top of a method.

jjooxxdd commented 1 year ago

A few of the lines go past the 80 character limit. Can you revise the docblocks to fix that?

Do you want me to fix the other parts of the code, outside the doc blocks, or restrict this to the doc blocks?

joshjaysalazar commented 1 year ago

Do you want me to fix the other parts of the code, outside the doc blocks, or restrict this to the doc blocks?

Don't worry about the code outside of the docblocks. I'll fix those when I go through and do the work for issue #12.