@file
May 18, 2022
0 Comments
The @file tag provides a description for a file. Use the tag in a JSDoc comment at the beginning of the file.Synonyms
Overview
Example
/**
* @file Manages the configuration settings for the widget.
* @author Rowina Sanela <rsanela@example.com>
*/
See Also