MCPcopy
hub / github.com/KhronosGroup/Vulkan-Docs / queue_comment_line

Method queue_comment_line

scripts/comment_convert.py:118–122  ·  view source on GitHub ↗
(self, line)

Source from the content-addressed store, hash-verified

116 self.comment_lines = []
117
118 def queue_comment_line(self, line):
119 if self.trailing_empty_lines:
120 # If we had blank lines between comment lines, they are separate blocks
121 self.dump_comment_lines()
122 self.comment_lines.append(line)
123
124 def handle_empty_line(self, line):
125 """Handle an empty line.

Callers 1

process_lineMethod · 0.95

Calls 2

dump_comment_linesMethod · 0.95
appendMethod · 0.80

Tested by

no test coverage detected