From b96f5e9e574301854c7f78f3f55a40f3cc5e85e9 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Mon, 13 Aug 2012 18:09:52 +1000 Subject: [PATCH 1/1] pick up im_ prefix functions too --- apidocs.perl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apidocs.perl b/apidocs.perl index d08cf1f2..02cb99ce 100644 --- a/apidocs.perl +++ b/apidocs.perl @@ -178,7 +178,7 @@ Tony Cook =head1 SEE ALSO -Imager, Imager::ExtUtils, Imager::Inline +Imager, Imager::API, Imager::ExtUtils, Imager::Inline =cut EOS @@ -193,7 +193,7 @@ sub make_func_list { my $in_struct; while () { /^typedef struct/ && ++$in_struct; - if ($in_struct && /\(\*f_(io?_\w+)/) { + if ($in_struct && /\(\*f_(i[om]?_\w+)/) { my $name = $1; $name =~ s/_imp$//; push @funcs, $name; -- 2.39.5