Synonyms
return
Syntax
@returns [{type}] [description]
Overview
The @returns
tag documents the value that a function returns.
If you are documenting a generator function, use the @yields
tag instead of this
tag.
return
@returns [{type}] [description]
The @returns
tag documents the value that a function returns.
If you are documenting a generator function, use the @yields
tag instead of this
tag.