1ExtUtils::XSpp::Node::CUosmemrenCto(n3t)ributed Perl DocEuxmteUnttialtsi:o:nXSpp::Node::Comment(3)
2
3
4
6 ExtUtils::XSpp::Node::Comment - Node representing a comment in the
7 source file
8
10 An ExtUtils::XSpp::Node::Raw subclass representing a piece of raw data
11 that should be included in the output verbatim, but with comment
12 markers prefixed.
13
14 // This is a comment!
15
16 would become something like
17
18 ## This is a comment!
19
21 new
22 Creates a new "ExtUtils::XSpp::Node::Comment".
23
24 Named parameters: "rows" should be a reference to an array of source
25 code comment lines.
26
27
28
29perl v5.36.0 2022-07-22 ExtUtils::XSpp::Node::Comment(3)