embed.fnc: Remove obsolete comments

These haven't been true since autodoc.pl was changed in 5.38
This commit is contained in:
Karl Williamson 2026-01-01 13:19:09 -07:00 committed by Karl Williamson
parent 8ae436df76
commit 8a46b02e76

View File

@ -430,8 +430,7 @@
: 'e' or 'm' are also specified;
: * any doc entry goes in perlapi.pod rather than perlintern.pod. If
: there isn't a doc entry, autodoc.pl lists this in perlapi as
: existing and being undocumented; unless 'x' is also specified, in
: which case it simply isn't listed.
: existing and being undocumented.
: * makes the short name defined for everywhere, not just for PERL_CORE
: or PERL_EXT
:
@ -739,9 +738,7 @@
:
: 'x' Experimental, may change:
:
: Any doc entry is marked that it may change. An undocumented
: experimental function is listed in perlintern rather than perlapi,
: even if it is allegedly API.
: Any doc entry is marked that this element may change.
:
: 'y' Typedef. The element names a type rather than being a macro
: