public pure function str_is_comment(line, comment_str) result(res)
Returns .true. if line is a comment, .false. other wise.
line is a comment if comment_str is its first non-blank character
sequence. If line is an empty string or contains only blankspaces, the
return value is .false. If comment_str is empty, the return value is
.true..
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module. Where possible, edges connecting nodes are given different colours to make them easier to distinguish in large graphs.