Terasology / Signalling

Module containing blocks that can send signals to other blocks
1 stars 12 forks source link

Added Java doc comments #13

Closed PrajeenRG closed 6 years ago

pollend commented 6 years ago

You should go beyond just rewording the name of the function for the description. javadocs Should provide extra information about the implementation that is not apparent by just glancing at the name. There are a lot of examples you can look at that demonstrate proper use of javadocs.