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:
fa2b244
)
cv.h: Note CV is documented here
author
Karl Williamson
<khw@cpan.org>
Wed, 7 Oct 2020 23:31:25 +0000
(17:31 -0600)
committer
Karl Williamson
<khw@cpan.org>
Thu, 8 Oct 2020 14:23:29 +0000
(08:23 -0600)
cv.h
patch
|
blob
|
blame
|
history
diff --git
a/cv.h
b/cv.h
index
3ed80ac
..
d748c57
100644
(file)
--- a/
cv.h
+++ b/
cv.h
@@
-21,6
+21,8
@@
struct xpvcv {
This section documents functions to manipulate CVs which are code-values,
meaning subroutines. For more information, see L<perlguts>.
+=for apidoc Ayh||CV
+
=for apidoc ADmnU||Nullcv
Null CV pointer.