]> git.imager.perl.org - imager.git/blobdiff - apidocs.perl
[rt #86658] add a missing AUTHOR heading
[imager.git] / apidocs.perl
index b96c72775dc7e3a45c299e7b62d93da67455a2b1..1a6ed07778c5f4ec465f811efe1d307e6d2d5bd9 100644 (file)
@@ -193,7 +193,7 @@ sub make_func_list {
   my $in_struct;
   while (<FUNCS>) {
     /^typedef struct/ && ++$in_struct;
-    if ($in_struct && /\(\*f_(i[om]?_\w+)/) {
+    if ($in_struct && !/SKIP/ && /\(\*f_(i[om]?_\w+)/) {
       my $name = $1;
       $name =~ s/_imp$//;
       push @funcs, $name;