X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/2616800a6ed97301803de10c5e05d41b22088ec8..ba9114af805c1f409d573d03e17e4b53cd257ebc:/autodoc.pl diff --git a/autodoc.pl b/autodoc.pl index c1e2578..584ee79 100644 --- a/autodoc.pl +++ b/autodoc.pl @@ -441,7 +441,9 @@ L, L, L, L _EOE_ -my @missing_guts = grep $funcflags{$_}{flags} !~ /A/ && !$docs{guts}{$_}, keys %funcflags; +# List of non-static internal functions +my @missing_guts = + grep $funcflags{$_}{flags} !~ /[As]/ && !$docs{guts}{$_}, keys %funcflags; output('perlintern', <<'END', $docs{guts}, \@missing_guts, <<'END'); =head1 NAME