@author

Lists the authors associated with a module. Any @author tags must be in the same tag block as the @module tag.

Description

Lists the authors associated with a module. Any @author tags must be in the same tag block as the @module tag.

Syntax

@author string

Example

The following example lists the authors of the MyModule module:

---@module J. Doe's Module
---@author J. Doe and Development Team