This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
3e2d7a9
)
perlapi: Add a link to xsubpp
author
Karl Williamson
<khw@cpan.org>
Mon, 2 Nov 2020 03:57:55 +0000
(20:57 -0700)
committer
Karl Williamson
<khw@cpan.org>
Mon, 2 Nov 2020 16:18:05 +0000
(09:18 -0700)
XSUB.h
patch
|
blob
|
blame
|
history
diff --git
a/XSUB.h
b/XSUB.h
index
3e587a4
..
90dcd1e
100644
(file)
--- a/
XSUB.h
+++ b/
XSUB.h
@@
-16,6
+16,8
@@
/*
=for apidoc_section XS
+F<xsubpp> compiles XS code into C. See L<perlutil/xsubpp>.
+
=for apidoc Amn|char*|CLASS
Variable which is setup by C<xsubpp> to indicate the
class name for a C++ XS constructor. This is always a C<char*>. See