From 6e4884665749e8508a236b35e3c8da9e272576e2 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 1 Nov 2020 20:57:55 -0700 Subject: [PATCH] perlapi: Add a link to xsubpp --- XSUB.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/XSUB.h b/XSUB.h index 3e587a4..90dcd1e 100644 --- a/XSUB.h +++ b/XSUB.h @@ -16,6 +16,8 @@ /* =for apidoc_section XS +F compiles XS code into C. See L. + =for apidoc Amn|char*|CLASS Variable which is setup by C to indicate the class name for a C++ XS constructor. This is always a C. See -- 1.8.3.1