Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 19e4fcd379eb9a20e181f5d6842e67b385718634
      
https://github.com/Perl/perl5/commit/19e4fcd379eb9a20e181f5d6842e67b385718634
  Author: Karl Williamson <[email protected]>
  Date:   2024-06-22 (Sat, 22 Jun 2024)

  Changed paths:
    M autodoc.pl

  Log Message:
  -----------
  perlapi: Show prototypes for all elements

Some functions/macros are grouped together in a single entry where those
items are just variants of each other.  This makes it is easier for the
reader to choose the variant that is best for their current purpose.

Prior to this commit if the return type and parameters to all variants
in the group were the same, only the first item's prototype gets
displayed.  This was to save space.  But I have found myself searching
in vain for a prototype that was squashed, and it's not a whole lot of
space that gets saved.  This commit displays the signatures of all
elements of a group.  It doesn't change that trivial signatures are
omitted.  These are when just the name itself of the macro or typedef
would be displayed, with no adornment.  Displaying these actually is
confusing, because there is no context for the name.



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to