pub fn attach(node: &mut Node, docs: &DocComments)Expand description
Attach every run to the node it documents.
Outermost first, and each run is claimed once: @on(client) above a def is one declaration,
and its doc comment belongs to the whole of it.