- http://usejsdoc.org/index.html#block-tags">官网地址:http://usejsdoc.org/index.html#block-tags
- @abstract
- @ access
- @alias
- @async
- @augments
- @author
- @borrows
- @callback
- @class
- @classdesc
- @constant
- @constructs
- @copyright
- @default
- @deprecated
- @description
- @enum
- @event
- @example
- @exports
- @external
- @file
- @fires
- @function
- @generator
- @global
- @hideconstructor
- @ignore
- @implements
- @inheritdoc
- @in
- @instance
- @interface
- @kind
- @lends
- @license
- @listens
- @member
- @memberof
- @mixes
- @mixin
- @module
- @name
- @namespace
- @override
- @package
- @param
- @private
- @property
- @protected
- @public
- @readonly
- @requires
- @returns
- @see
- @since
- @static
- @summary
- @this
- @throws
- @todo
- @tutorial
- @type
- @typedef
- @variation
- @version
- @yields
官网地址:http://usejsdoc.org/index.html#block-tags
@abstract
(同义词:@virtual)
这个成员必须由派生类实现(或覆盖)。
@ access
指定成员的访问级别(private, package-private, public, protected)。
@alias
@async
@augments
@author
@borrows
@callback
@class
@classdesc
@constant
@constructs
@copyright
@default
@deprecated
@description
@enum
@event
@example
@exports
@external
@file
(同义词:@fileoverview @overview)
描述一个文件。
@fires
(同义词:@emits)
描述这种方法内可能触发的事件。 @fires
@function
(同义词:@func, @method)
描述一个函数或方法。
@generator
@global
@hideconstructor
@ignore
@implements
@inheritdoc
@in
@instance
@interface
@kind
@lends
@license
@listens
@member
@memberof
@mixes
@mixin
@module
@name
@namespace
@override
@package
@param
(同义词:@arg, @argument)
文档化一个函数的参数。
@private
@property
@protected
@public
@readonly
@requires
@returns
@see
@since
@static
@summary
@this
@throws
@todo
@tutorial
@type
@typedef
@variation
@version
@yields
(同义词:@yield)
文档化函数生成器生成的value