@use JSDoc

語法

@copyright <一些版權文字>

概述

@copyright 標籤用於在檔案概觀註解中記載版權資訊。請將此標籤與 @file 標籤 合併使用。

範例

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