DavisVaughan / extrachecks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You did not document the return value of a function

dirkschumacher opened this issue · comments

Was one of the reasons a package of mine got rejected.

Resolution:
Describe the return value of all exported functions using @return. If the function does not return anything, use @return No return value, called for side effects

Isn't that Problem 3?

You are right. Sorry for that