JSDoc 中文网

Synonyms

概述

¥Overview

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

¥The @file tag provides a description for a file. Use the tag in a JSDoc comment at the beginning of the file.

示例

¥Example

文件描述
/**

 * @file Manages the configuration settings for the widget.

 * @author Rowina Sanela <rsanela@example.com>
 */