Closed bkryza closed 3 months ago
In case a comment is attached to a conditional or loop statement, and a call is within the condition of that statement, e.g:
// Can we just clear INDEX flag to ignore htree information? if (!ext4_has_metadata_csum(sb)) { }
the comment will be generated twice in the diagram.
In case a comment is attached to a conditional or loop statement, and a call is within the condition of that statement, e.g:
the comment will be generated twice in the diagram.