Parses the roxygen comments attached to a node into a RoxygenBlock AST node. Will return undefined if there are no valid roxygen comments attached to the node.
undefined
The node to parse the roxygen comments for
Optional
An optional id map to traverse up the AST to find comments attached to parent nodes
Parses the roxygen comments attached to a node into a RoxygenBlock AST node. Will return
undefinedif there are no valid roxygen comments attached to the node.