khwang0 / 2018F-COMP3111

19 stars 13 forks source link

[JavaDoc] Documentation of functions in Controller.java #102

Open albertparedandan opened 5 years ago

albertparedandan commented 5 years ago

Since most of our functions implemented in Controller.java are private access, do we have to generate a JavaDoc for it?

Also, for the private functions, do we have to create public functions that calls the private functions in order to have a JavaDoc for it?

comp3111ta commented 5 years ago

private function -> no java doc is needed