#summary Tags supported by jGrouseDoc #labels Featured ||Navigation>>|| [Manual Start] || [CustomizationGuide Next - Customization Guide] || [AdvancedConfiguration Previous - Advanced Configuration Options] || ----------- = jGrouseDoc Tags Reference = || [TagDotDotDot @...] || Define secondary properties of an @param || || [TagAuthor @author] || Specify the author(s) of a function/file/class/etc || || [TagClass @class] || Declare and document a class object || || [TagConstructor @constructor] || Specify a class constructor method || || [TagDescription @description] || Specify description of a project || || [TagDeprecated @deprecated] || Indicate that a function/file/class/etc is deprecated || || [TagEnd @end] || End the current namespace scope || || [TagExtends @extends] || Define the inheritance structure of a class or interface || || [TagFile @file] || Provide documentation for a source file || || [TagFunction @function] || Document a function || || [TagIfunction @ifunction] || Comment for function interfaces, for example when documenting the signature of callback functions || || [TagImplements @implements] || Declare that a class implements an interface || || [TagInheritdesc @inheritdesc] || Inherit the description of an '@extend'ed class/interface || || [TagInterface @interface] || Declare and document an interface || || [TagLink @link] || Create an inline reference to another function/class/etc || || [TagModule @module] || Define and document code that may be loaded dynamically || || [TagNamespace @namespace] || Defines new namespace || || [TagParamset @paramset] || Used to declare an alternate function's or constructor's parameter set || || [TagParam @param] || Parameter of a function or constructor || || [TagProject @project] || Project description and attributes || || [TagProperty @property] || Defines a class/structure property || || [TagRequires @requires] || Specifies that current module requires another one to be loaded and/or initialized first || || [TagReturn @return] || Describe the return _behavior_ of a function || || [TagScope @scope] || Starts a new namespace scope || || [TagSee @see] || Refer to another part of the documentation || || [TagSince @since] || Specify the version in which a class/file/function/etc was introduced || || [TagStruct @struct] || Definition of structure || || [TagThrows @throws] || Describe the exceptions thrown by a function || || [TagTimestamp @timestamp] || Insert the timestamp when the documentation project was created || || [TagVar @var] || Defines either a global variable in a namespace or class/structure member || || [TagVersion @version] || Shows current version of software || ---------- ||Navigation>>|| [Manual Start] || [CustomizationGuide Next - Customization Guide] || [AdvancedConfiguration Previous - Advanced Configuration Options] ||