For instance,
// Node returns a tree node. The value for the node type are specified
// in the definition of @href="NodeType"
type Node struct{...}
// NodeType defines the types of Node values
// They can be ...etc
type NodeType int
clicking on the ref would allow to make a jump to the relevant part of the documentation for instance.
Is there any facility already for this?