summaryrefslogtreecommitdiff
path: root/pod/perlxstut.pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2000-11-16 16:48:25 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-16 23:23:29 +0000
commit7817ba4dfeb754838a0da8f159127895c2dcf4fc (patch)
treea06e32c671ea56ead9872f927a61e39108d163f8 /pod/perlxstut.pod
parentc6b85e5d3668a89cd3bf3dfeefdf7162018b7166 (diff)
downloadperl-7817ba4dfeb754838a0da8f159127895c2dcf4fc.tar.gz
Re: 20001101.003 PDL
Message-ID: <20001116164825.B93487@plum.flirble.org> p4raw-id: //depot/perl@7717
Diffstat (limited to 'pod/perlxstut.pod')
-rw-r--r--pod/perlxstut.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlxstut.pod b/pod/perlxstut.pod
index 347b46e4f5..5b7ed6da34 100644
--- a/pod/perlxstut.pod
+++ b/pod/perlxstut.pod
@@ -682,7 +682,8 @@ the meaning of these elements, pay attention to the line which reads
Anything before this line is plain C code which describes which headers
to include, and defines some convenience functions. No translations are
-performed on this part, it goes into the generated output C file as is.
+performed on this part, apart from having embedded POD documentation
+skipped over (see L<perlpod>) it goes into the generated output C file as is.
Anything after this line is the description of XSUB functions.
These descriptions are translated by B<xsubpp> into C code which