Yehuk / json_validator

GNU General Public License v3.0
0 stars 0 forks source link

JavaDoc #3

Closed SemenMartynov closed 6 years ago

SemenMartynov commented 6 years ago

Create JavaDoc for your code

Yehuk commented 6 years ago

Done

SemenMartynov commented 6 years ago

Nope. I can generate html files any time when I wish... But you need to write JavaDoc for your code -- http://www.oracle.com/technetwork/articles/java/index-137868.html

Yehuk commented 6 years ago

What do mean? Should I write all these htmls?

SemenMartynov commented 6 years ago

Just read what is JavaDoc and add it to your java code.

Yehuk commented 6 years ago

Fixed

SemenMartynov commented 6 years ago

This is a step to the right direction. So, you've called params, but didn't explain them.

SemenMartynov commented 6 years ago

And what about executions?

Yehuk commented 6 years ago

What executions? I have regular comments everywhere. Are they not enough?

SemenMartynov commented 6 years ago

Comments is a good thing, but now we are talking about JavaDoc.

SemenMartynov commented 6 years ago

And you again forgot about exceptions...) I see Java is not your main language, isn't it?