#summary Attributes of Comment Tags ||Navigation>>|| [Manual Start] || [ModifierReference Next - Modifiers] || [CommentTags Previous - Comment Tags] || ------------- = Comment Tag Attributes = Most of the comment tags allow specification of one or more attributes. == Common Attributes == Attributes that could be specified to all comment tags: || [TagAuthor @author] || Specify the author(s) of a function/file/class/etc || || [TagDeprecated @deprecated] || Indicate that a function/file/class/etc is deprecated || || [TagSee @see] || Refer to another part of the documentation || || [TagSince @since] || Specify the version in which a class/file/function/etc was introduced || || [TagTimestamp @timestamp] || Insert the timestamp when the documentation project was created || || [TagVersion @version] || Shows current version of software || == Attributes of function-like elements == The following attributes could appear in declaration of function-like tags like [TagFunction @function], [TagIfunction @ifunction], [TagConstructor @constructor] and [TagEvent @event]: || [TagParamset @paramset] || Used to declare an alternate parameter set || || [TagReturn @return] || Describe the return _behavior_ of a function || || [TagThrows @throws] || Describe the exceptions thrown by a function || || [TagParam @param] || Parameter of a function or constructor || || [TagDotDotDot @...] || Define secondary properties of an @param || == Attributes of functions, variables and other members == || [TagInheritdesc @inheritdesc] || Inherit the description of an '@extend'ed class/interface || == Attributes of classes and interfaces == || [TagExtends @extends] || Define the inheritance structure of a class or interface || == Attributes of classes == || [TagImplements @implements] || Declare that a class implements an interface || == Attributes of modules == || [TagRequires @requires] || Specifies that current module requires another one to be loaded and/or initialized first || ------- ||Navigation>>|| [Manual Start] || [ModifierReference Next - Modifiers] || [CommentTags Previous - Comment Tags] ||