Specifications

CHAPTER 13
278
PackageName ASDoc looks in a different package for the link destination.
global ASDoc looks in the Top Level package for the link destination.
style ASDoc looks for a style property for the link destination.
Note: You cannot insert HTML tags in reference. However, you can add an HTML link without using the @see tag
by inserting the HTML code in the ASDoc comment.
The following table shows several examples of the @see tag:
Example Result
@see "Just a label"
Text string
@see http://www.cnn.com
External website
@see package-detail.html
Local HTML file
@see Array
Top -level class
@see AccessibilityProperties
Class in same package
@see flash.display.TextField
Class in different package
@see Array#length
Property in top level class
@see flash.ui.ContextMenu#customItems
Property in class in different package
@see mx.containers.DividedBox#style:dividerAffordance
Style property in class in different package
@see #updateProperties()
Method in same class as @see tag
@see Array#pop()
Method in top-level class
@see flash.ui.ContextMenu#clone()
Method in class in different package
@see global#Boolean()
Package method in Top Level (global)
@see flash.util.#clearInterval()
Package method in flash.util