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