@use JSDoc

同义词

概述

@file 标记为文件提供描述。在文件开头处的 JSDoc 注释中使用该标记。

示例

文件描述
/**
 * @file Manages the configuration settings for the widget.
 * @author Rowina Sanela <rsanela@example.com>
 */