From 44170c9a70d967e18e7d442d25d642a2e9359099 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 29 May 2019 18:33:25 -0600 Subject: Remove redundant info on =for apidoc lines This information is already in embed.fnc, and we know it compiles. Some of this information is now out-of-date. Get rid of it. There was one bit of information that was (apparently) wrong in embed.fnc. The apidoc line asked that there be no usage example generated for newXS. I added that flag to the embed.fnc entry. --- mathoms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mathoms.c') diff --git a/mathoms.c b/mathoms.c index b8dcb8913d..e2dc11c142 100644 --- a/mathoms.c +++ b/mathoms.c @@ -1729,7 +1729,7 @@ Perl_utf8_to_uvuni(pTHX_ const U8 *s, STRLEN *retlen) } /* -=for apidoc Am|HV *|pad_compname_type|PADOFFSET po +=for apidoc pad_compname_type Looks up the type of the lexical variable at position C in the currently-compiling pad. If the variable is typed, the stash of the -- cgit v1.2.1