summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-10-17 06:49:24 -0600
committerKarl Williamson <khw@cpan.org>2020-11-02 09:36:08 -0700
commite538104b37c4c2c766115f6559fc2b59ae13a8a8 (patch)
treef41a49734a8d9e3560d8ed80780b5e7ac544daab /handy.h
parentb41deab98443191c13367670be81d18c7b45eff4 (diff)
downloadperl-e538104b37c4c2c766115f6559fc2b59ae13a8a8.tar.gz
perlapi: StructCopy isn't conventional
so suppress the usage line.
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/handy.h b/handy.h
index 6ca119b0b6..f3a4b3aa96 100644
--- a/handy.h
+++ b/handy.h
@@ -2516,7 +2516,7 @@ for encouraging compilers to tail-call
optimise.
=for apidoc_section Utility Functions
-=for apidoc Am|void|StructCopy|type *src|type *dest|type
+=for apidoc Amu|void|StructCopy|type *src|type *dest|type
This is an architecture-independent macro to copy one structure to another.
=for apidoc Am|void|PoisonWith|void* dest|int nitems|type|U8 byte