语法
¥Syntax
@copyright <some copyright text>
概述
¥Overview
@copyright 标签用于在文件概述注释中记录版权信息。将此标签与 @file tag 结合使用。
¥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
*/