From fbe13c605d92f73c90ff4702b76a97c5e12927a7 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 23 Apr 2015 18:33:15 -0600 Subject: perlapi, perlintern: Add L<> links to pod --- hv.c | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'hv.c') diff --git a/hv.c b/hv.c index 469221f592..8bde6b64ba 100644 --- a/hv.c +++ b/hv.c @@ -2295,7 +2295,7 @@ hek_eq_pvn_flags(pTHX_ const HEK *hek, const char* pv, const I32 pvlen, const U3 =for apidoc hv_ename_add Adds a name to a stash's internal list of effective names. See -C. +C>. This is called when a stash is assigned to a new location in the symbol table. @@ -2466,7 +2466,7 @@ hv_iternext is implemented as a macro in hv.h =for apidoc hv_iternext -Returns entries from a hash iterator. See C. +Returns entries from a hash iterator. See C>. You may call C or C on the hash entry that the iterator currently points to, without losing your place or invalidating your @@ -2478,7 +2478,8 @@ trigger the resource deallocation. =for apidoc hv_iternext_flags -Returns entries from a hash iterator. See C and C. +Returns entries from a hash iterator. See C> and +C>. The C value will normally be zero; if HV_ITERNEXT_WANTPLACEHOLDERS is set the placeholders keys (for restricted hashes) will be returned in addition to normal keys. By default placeholders are automatically skipped over. @@ -2644,7 +2645,7 @@ Perl_hv_iternext_flags(pTHX_ HV *hv, I32 flags) =for apidoc hv_iterkey Returns the key from the current position of the hash iterator. See -C. +C>. =cut */ @@ -2672,7 +2673,7 @@ Perl_hv_iterkey(pTHX_ HE *entry, I32 *retlen) Returns the key as an C from the current position of the hash iterator. The return value will always be a mortal copy of the key. Also -see C. +see C>. =cut */ @@ -2689,7 +2690,7 @@ Perl_hv_iterkeysv(pTHX_ HE *entry) =for apidoc hv_iterval Returns the value from the current position of the hash iterator. See -C. +C>. =cut */ @@ -2740,7 +2741,7 @@ Now a macro in hv.h =for apidoc hv_magic -Adds magic to a hash. See C. +Adds magic to a hash. See C>. =cut */ -- cgit v1.2.1