While the uses node:
<USES begin_line="7" begin_col="1" end_line="14" end_col="1">
... as a multiline element has the attributes begin_line, begin_col, end_line, end_col,
the Comments-node object has only the members line and col. Although a comment can be multiple lines.
So how can I determine the end_line and end_col of a multi-line comment?