wooga / atlas-paket

Paket plugin for gradle
https://wooga.github.io/atlas-paket/
Apache License 2.0
0 stars 2 forks source link

Refactor API access scope and add docstrings #25

Closed Larusso closed 6 years ago

Larusso commented 6 years ago

Description

To start some basic documentation this pull requests adds groovydocs for the task classes. It also changed some accessor namespaces to limit the visibilty of some utility methods

resolves #22

Changes

ADD groovydoc statements for task classes IMPROVE accessor scope for utility methods REMOVE unnecessary overrides after last refactor