From 566a47183036deef74951fc8ae518f56a9e2802e Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Sat, 25 Aug 2012 12:28:38 +0200 Subject: minor doc patches to api stuff --- hv.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'hv.h') diff --git a/hv.h b/hv.h index 6544363a39..e20091e384 100644 --- a/hv.h +++ b/hv.h @@ -208,7 +208,12 @@ be assigned to. The C macro is usually preferable for finding key lengths. =for apidoc Am|SV*|HeVAL|HE* he -Returns the value slot (type C) stored in the hash entry. +Returns the value slot (type C) stored in the hash entry. Can be assigned +to. + + SV *foo= HeVAL(hv); + HeVAL(hv)= sv; + =for apidoc Am|U32|HeHASH|HE* he Returns the computed hash stored in the hash entry. -- cgit v1.2.1