@use JSDoc

语法

@copyright <一些版权文本>

概述

@copyright 标签用于在文件概述注释中记录版权信息。将此标签与 @file 标签 结合使用。

示例

/**
 * @file This is my cool script.
 * @copyright Michael Mathews 2011
 */