We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c9444 commit c870f46Copy full SHA for c870f46
docs/scripts/make_protos.c
@@ -32,6 +32,10 @@ int main(int argc, char *argv[])
32
do_print = false;
33
continue;
34
}
35
+ if (d_match(line, "^(GETTER|SETTER)")) {
36
+ do_print = false;
37
+ continue;
38
+ }
39
/* Prototype ends on blank line. */
40
/* TODO: Should the above regexp match it? If so it doesn't here... */
41
if (line[0] == 0) {
0 commit comments