Specifies the author.
Syntax
@author author
The author may be continued on the next line.
Example:
'** 'Returns score for specified turn. ' '@author Peter Macej Public Function evaluateTurn(ByVal x As Integer, ByVal y As Integer) As Integer End Function.