My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
TagFileOverview  
@fileOverview
Updated Aug 4, 2011 by micm...@gmail.com

The @fileOverview Tag

The @fileOverview tag allows you to provide documentation for an entire file.

Syntax

@fileOverview fileDescription
otherTags
  • fileDescription - Required: a description of the file.
  • otherTags - Currently the following are supported: @author, @version.
  • Note: There should only be one doc comment in a file with the @fileOverview tag.

Example

/**
 * @fileOverview This file has functions related to documenting JavaScript.
 * @author <a href="mailto:micmath@gmail.com">Michael Mathews</a>
 * @version 1.0.1
 */
Powered by Google Project Hosting