diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-03-19 13:01:11 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-03-19 18:23:43 -0600 |
commit | ef9741a5409c0b7bf9f7ff7d92654a26eb435a49 (patch) | |
tree | d0080c7cd42f30fdd88002f0bac1d3b4351be3a3 /autodoc.pl | |
parent | 95701e00f8e747fe1c24564cb038be375695df5a (diff) | |
download | perl-ef9741a5409c0b7bf9f7ff7d92654a26eb435a49.tar.gz |
autodoc.pl: pod format fix
Diffstat (limited to 'autodoc.pl')
-rw-r--r-- | autodoc.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autodoc.pl b/autodoc.pl index 584ee79073..3734884789 100644 --- a/autodoc.pl +++ b/autodoc.pl @@ -382,7 +382,7 @@ perlapi - autogenerated documentation for the perl public API X<Perl API> X<API> X<api> This file contains the documentation of the perl public API generated by -embed.pl, specifically a listing of functions, macros, flags, and variables +F<embed.pl>, specifically a listing of functions, macros, flags, and variables that may be used by extension writers. L<At the end|/Undocumented functions> is a list of functions which have yet to be documented. The interfaces of those are subject to change without notice. Any functions not listed here are |