Function comments
n
Comments are for human reader, not compilers,
and there is no universal standard for the layout
of a function comment.
n
Basically, you may indicate:
n
Purpose
n
Receives(arguments)
n
Returns of a function.
n