1ExtUtils::XSpp::Node::CUosmemrenCto(n3t)ributed Perl DocEuxmteUnttialtsi:o:nXSpp::Node::Comment(3)
2
3
4

NAME

6       ExtUtils::XSpp::Node::Comment - Node representing a comment in the
7       source file
8

DESCRIPTION

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

METHODS

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.30.0                      2019-07-26  ExtUtils::XSpp::Node::Comment(3)
Impressum