Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.9k stars 540 forks source link

autodoc: Add info to =for hackers lines in perlapi,intern #22428

Closed khwilliamson closed 1 month ago

khwilliamson commented 1 month ago

These lines have always given a file name for where an API element can be found. Now, it includes a line number; and, if different, where the prototype definition is as well as the documentation.

Further, if multiple API elements are grouped together, each now has its own information given there.

Note this information is not displayed to the user; it helps people hacking on the core.