jsdoc-docs
  • 入门
  • 标签
    • @abstract (synonyms: @virtual)
    • @access
    • @alias
    • @async
    • @augments
    • @author
    • @borrows
    • @callback
    • @class (synonyms: @constructor)
    • @classdesc
    • @constant (synonyms: @const)
    • @constructs
    • @copyright
    • @default (synonyms: @defaultvalue)
    • @deprecated
    • @description (synonyms: @desc)
    • @enum
    • @event
    • @example
    • @exports
    • @external (synonyms: @host)
    • @file (synonyms: @fileoverview, @overview)
    • @fires (synonyms: @emits)
    • @function (synonyms: @func, @method)
    • @generator
    • @global
    • @hideconstructor
    • @ignore
    • @implements
    • @inherits
    • @inner
    • @instance
    • @interface
    • @kind
    • @lends
    • @license
    • @listens
    • @member (synonyms: @var)
    • @memberof
    • @mixes
    • @mixin
    • @module
    • @name
    • @namespace
    • @override
    • @package
    • @param (synonyms: @arg, @argument)
    • @private
    • @property (synonyms: @prop)
    • @protected
    • @public
    • @read
    • @requires
    • @return (synonyms: @return)
    • @see
    • @since
    • @static
    • @summary
    • @this
    • @throws (synonyms: @exception)
    • @todo
    • @tutorial
    • @type
    • @typedef
    • @variation
    • @version
    • @yields (synonyms: @yield)
    • @link (synonyms: {@linkcode}, {@linkplain})
    • @inline-tutorial
  • JSDoc示例
  • Contribute
  • Todo List
jsdoc-docs
  • Docs »
  • 标签
  • View page source

标签¶

:tag:¶

jsdoc 的标签 以 @ 开头 如 @access

块标签

  • @abstract (synonyms: @virtual)
  • @access
  • @alias
  • @async
  • @augments
  • @author
  • @borrows
  • @callback
  • @class (synonyms: @constructor)
  • @classdesc
  • @constant (synonyms: @const)
  • @constructs
  • @copyright
  • @default (synonyms: @defaultvalue)
  • @deprecated
  • @description (synonyms: @desc)
  • @enum
  • @event
  • @example
  • @exports
  • @external (synonyms: @host)
  • @file (synonyms: @fileoverview, @overview)
  • @fires (synonyms: @emits)
  • @function (synonyms: @func, @method)
  • @generator
  • @global
  • @hideconstructor
  • @ignore
  • @implements
  • @inherits
  • @inner
  • @instance
  • @interface
  • @kind
  • @lends
  • @license
  • @listens
  • @member (synonyms: @var)
  • @memberof
  • @mixes
  • @mixin
  • @module
  • @name
  • @namespace
  • @override
  • @package
  • @param (synonyms: @arg, @argument)
  • @private
  • @property (synonyms: @prop)
  • @protected
  • @public
  • @read
  • @requires
  • @return (synonyms: @return)
  • @see
  • @since
  • @static
  • @summary
  • @this
  • @throws (synonyms: @exception)
  • @todo
  • @tutorial
  • @type
  • @typedef
  • @variation
  • @version
  • @yields (synonyms: @yield)

内联标签

  • @link (synonyms: {@linkcode}, {@linkplain})
  • @inline-tutorial

待处理

清理 :caption: Adding a plugin to JSDoc’s configuration file

Next Previous

© Copyright 2019, BandCap

Built with Sphinx using a theme provided by Read the Docs.