This file is copyright © 2004,2005,2006,2011 by Panu Kalliokoski and released under the stx2any license.

Process header lines into stx2any metadata calls.

1,/^$/{
/^{{{$/,/^}}}$/!{
/^\([a-z][a-z_]*\): /s/,/`,'/g
s/^\([a-z][a-z_]*\): \(.*\)$/w_\1(\2)dnl/
}
}