@module

Specifies the name that should be displayed in association with the module.

SYNTAX

@module module-name

module-name: A name for the current module.

DESCRIPTION

The @module documentation tag specifies the name that should be displayed in association with the module. A module can have no more than one @module tag. Any other tags associated with the module (but not the with CCL statements in the module) must appear in the same tag block as the @module tag.

Example

The following example associates the name Module1 with the current module:

/**@module Another Module*/