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 »
  • 标签 »
  • @copyright
  • View page source

@copyright¶

.. @copyright::¶
语法

@copyright <some copyright text>

概述

The @copyright tag is used to document copyright information in a file overview comment. Use this tag in combination with the [@file tag]file.

示例
/**
 * @file This is my cool script.
 * @copyright Michael Mathews 2011
 */
Next Previous

© Copyright 2019, BandCap

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