Describes a module or function parameter annotation. It has the form of @param name [... optional tags] description The tags either contain a name ([positional]) for binary tags or a name and a value ([conflictsWith=abc,cba])
@param name [... optional tags] description
[positional]
[conflictsWith=abc,cba]
Static
Describes a module or function parameter annotation. It has the form of
@param name [... optional tags] description
The tags either contain a name ([positional]
) for binary tags or a name and a value ([conflictsWith=abc,cba]
)