draeger-lab / ModelPolisher

ModelPolisher accesses the BiGG Models knowledgebase to annotate SBML models.
MIT License
23 stars 7 forks source link

write class and method docstrings #117

Closed Schmoho closed 1 month ago

Schmoho commented 2 years ago

Looking over the javadocs #116 revealed that we have a distinct lack of docstrings in the code base.

All classes, public constructors and public methods should carry a docstring.

Schmoho commented 1 month ago

Closed because it is not specific enough.