1 # Include the code *before* the VERBATIM doc comment
2 # optional characters before 'VERBATIM' will be prepended before the the output,
3 # optional regex after 'VERBATIM' will be removed from the end of the output
5 # test; //foo This is a VERBATIM;
8 match($0, "(([ \t]*[^ \t]+)*)[ \t]+[^ \t]*"com"([^ ]*) (.*)VERBATIM(.*)", p) {
10 append(p[3],"", p[4] p[1])