TheKaVu/GameAPI

Java comment documentation

Closed this issue · 0 comments

In-code Java documentation with use of comment structure

/**
* Documentation here
*/
public void foo() {
    // Some code here
}