|
TagVersion
@version
The @version TagThe @version tag allows you to mark documented code with a version number or information about the version. Syntax@version versionDescription
Example/**
* @class
* @version 2001 beta release
*/
function Hal() {
this.sing = function(song) {
}
}See Also
|