Fbada006 / ArtMaker

ArtMaker is a flexible and customisable library that allows users to draw anything they want on screen and has been built fully with Jetpack Compose.
75 stars 3 forks source link

Code Documentation #13

Closed CalebKL closed 3 weeks ago

CalebKL commented 4 months ago

As we build we can write detailed code comments and then leverage Javadoc or Kdoc to generate the documentation of the Library.

Fbada006 commented 4 months ago

Yes, we should, especially for the public facing API that the users will be leveraging.

Fbada006 commented 3 weeks ago

This has been solved by #136 #129 #111