Myst::DocComment
Inherits Myst::Node / Reference / Object
A full documentation comment. Documentation comments are distinct entities that automatically attach to whatever expression follows them. Doc comments are available at runtime by inspecting values, or can be parsed out statically. In the AST, DocComment nodes wrap around whatever their target expression is so that the target expression can be interpreted consistently.
'#doc' [ content ] [ '#|' content ]* target
Constructors
Instance methods
==(other : self)
Returns true if this reference is the same as other. Invokes same?.
content
Sourcehash(hasher)
See Object#hash(hasher)
header
Sourcetarget
Sourcetarget=(target : Node)
Source