@release
3.3
documentjs.tags.release
Specifies the release of a @param, @signature, @function or @property.
@release RELEASE
/**
* Retrieves a list of orders.
* @release 3.2
*/
find: function( params, success ) {
Parameters
-
RELASE
{String}
A release number like:
1.2.3
.
Release for a param
Put
@release
after@param
to tag the param with a release number:Release for a signature
Put
@release
after@signature
to tag the param with a release number: