@file
Describe a file.
Synonyms
fileoverview
overview
Overview
The @file tag provides a description for a file. Use the tag in a JSDoc comment at the beginning of the file.
Example
File description
js
/**
* @file Manages the configuration settings for the widget.
* @author Rowina Sanela <rsanela@example.com>
*/