Adds an entry containing "free form" text to the See Also section. Useful for adding references to User's Guide etc. Can be used everywhere.
Example
{: This is the great component.
@component
@seeAlso <See Class="SomeOtherComponent">
@seeAlso Chapter 3 in the " Const=User Event='s Guide".
@seeAlso Chapter 1 in "Getting Started".}
TGreatComponent = class ....