-
Notifications
You must be signed in to change notification settings - Fork 38
Add JavaDoc to classes #7
Copy link
Copy link
Open
Labels
apiAn issue directly related to the public api of the libraryAn issue directly related to the public api of the librarydocumentationImprovements or additions to documentationImprovements or additions to documentationepicAn issue tracking a large piece of work that will be split into smaller issuesAn issue tracking a large piece of work that will be split into smaller issuesgood first issueGood for newcomersGood for newcomers
Description
Metadata
Metadata
Assignees
Labels
apiAn issue directly related to the public api of the libraryAn issue directly related to the public api of the librarydocumentationImprovements or additions to documentationImprovements or additions to documentationepicAn issue tracking a large piece of work that will be split into smaller issuesAn issue tracking a large piece of work that will be split into smaller issuesgood first issueGood for newcomersGood for newcomers
The library currently lacks a lot of JavaDoc. Almost all classes are without JavaDoc with the authorization classes as an exception.
It would be great if JavaDoc were to be added for the following classes:
spotify.api.interfacespackagespotify.api.implpackage (Overridden functions in implementation classes already inherit JavaDoc from their interface)spotify.retrofit.servicespackagespotify.api.enumspackagespotify.factoriespackagespotify.utilspackagespotify.modelspackage (only a brief description of the model at the top of the class)