From a5aac01fc121e3b14a69dd62d13e60ad49b54115 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 6 May 2022 16:45:41 -0600 Subject: perlintern: Document various taint operations --- taint.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'taint.c') diff --git a/taint.c b/taint.c index 9ff3c308e3..77a2351696 100644 --- a/taint.c +++ b/taint.c @@ -23,6 +23,14 @@ #define PERL_IN_TAINT_C #include "perl.h" +/* +=for apidoc taint_proper + +Implements the L macro, which you should generally use instead. + +=cut +*/ + void Perl_taint_proper(pTHX_ const char *f, const char *const s) { @@ -77,6 +85,13 @@ Perl_taint_proper(pTHX_ const char *f, const char *const s) } } +/* +=for apidoc taint_env + +Implements the L macro, which you should generally use instead. + +=cut +*/ void Perl_taint_env(pTHX) { -- cgit v1.2.1