summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-07-18 07:24:34 -0600
committerKarl Williamson <khw@cpan.org>2020-08-23 22:22:00 -0600
commit3d12c2383c597cf1010d322c29f82b0e6782d327 (patch)
tree86722373de723e5678439cf19147f024f75261f5 /op.c
parent4d4f193c8e0e9e39cf47694e174e7f954c2faa63 (diff)
downloadperl-3d12c2383c597cf1010d322c29f82b0e6782d327.tar.gz
Document a bunch of foo_nocontext functions
These just refer to foo's pod, with an explanation of 'nocontext'
Diffstat (limited to 'op.c')
-rw-r--r--op.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/op.c b/op.c
index 38a55f9c44..8482c80c8c 100644
--- a/op.c
+++ b/op.c
@@ -8910,6 +8910,11 @@ than C<use>.
=for apidoc Amnh||PERL_LOADMOD_NOIMPORT
=for apidoc Amnh||PERL_LOADMOD_IMPORT_OPS
+=for apidoc load_module_nocontext
+Like C<L</load_module>> but does not take a thread context (C<aTHX>) parameter,
+so is used in situations where the caller doesn't already have the thread
+context.
+
=cut */
void