语法
🌐 Syntax
@copyright <some copyright text>
概述
🌐 Overview
@copyright 标签用于在文件概览注释中记录版权信息。将此标签与 @文件 标签 一起使用。
🌐 The @copyright tag is used to document copyright information in a file overview comment. Use this tag in combination with the @file tag.
示例
🌐 Examples
/**
* @file This is my cool script.
* @copyright Michael Mathews 2011
*/